Share via


DebugTracerGraphModelHelper.SetLabelsToTrace(String[]) Method

Definition

Sets the graph model object labels to debug. Passing a null will turn off filtering.

public:
 static void SetLabelsToTrace(... cli::array <System::String ^> ^ labels);
[System.Diagnostics.Conditional("DEBUG")]
public static void SetLabelsToTrace (params string[] labels);
[<System.Diagnostics.Conditional("DEBUG")>]
static member SetLabelsToTrace : string[] -> unit
Public Sub SetLabelsToTrace (ParamArray labels As String())

Parameters

labels
String[]
Attributes

Applies to