StepResult.AddBulletPoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an item to the bulleted list for the StepResult object with the specified type and message.
public void AddBulletPoint(Microsoft.Hpc.Diagnostics.Helpers.StepResult.InformationType severity, string message, params object[] args);
member this.AddBulletPoint : Microsoft.Hpc.Diagnostics.Helpers.StepResult.InformationType * string * obj[] -> unit
Public Sub AddBulletPoint (severity As StepResult.InformationType, message As String, ParamArray args As Object())
Parameters
- severity
- StepResult.InformationType
- message
- String
- args
- Object[]