Edit

Share via


StepResult.AddBulletPoint Method

Definition

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

message
String
args
Object[]

Applies to