DebugTracerGraphModelHelper.SetPropertiesToTrace(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 properties to debug. Passing a null will turn off filtering.
public:
static void SetPropertiesToTrace(... cli::array <System::String ^> ^ propertyIds);
[System.Diagnostics.Conditional("DEBUG")]
public static void SetPropertiesToTrace (params string[] propertyIds);
[<System.Diagnostics.Conditional("DEBUG")>]
static member SetPropertiesToTrace : string[] -> unit
Public Sub SetPropertiesToTrace (ParamArray propertyIds As String())
Parameters
- propertyIds
- String[]
- Attributes