Share via


DebugTracerGraphModelHelper.ShouldTraceProperty Method

Definition

Overloads

ShouldTraceProperty(GraphProperty)

Whether a property should be traced

ShouldTraceProperty(String)

Whether a property should be traced

ShouldTraceProperty(GraphProperty)

Whether a property should be traced

public:
 static bool ShouldTraceProperty(Microsoft::VisualStudio::GraphModel::GraphProperty ^ prop);
public static bool ShouldTraceProperty (Microsoft.VisualStudio.GraphModel.GraphProperty prop);
static member ShouldTraceProperty : Microsoft.VisualStudio.GraphModel.GraphProperty -> bool
Public Function ShouldTraceProperty (prop As GraphProperty) As Boolean

Parameters

Returns

Applies to

ShouldTraceProperty(String)

Whether a property should be traced

public:
 static bool ShouldTraceProperty(System::String ^ propertyId);
public static bool ShouldTraceProperty (string propertyId);
static member ShouldTraceProperty : string -> bool
Public Function ShouldTraceProperty (propertyId As String) As Boolean

Parameters

propertyId
String

Returns

Applies to