DebugTracerGraphModelHelper.SetLabelsToTrace(String[]) 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.
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