DebugTracerGraphModelHelper.ShouldTraceProperty 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.
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 -> boolPublic Function ShouldTraceProperty (prop As GraphProperty) As BooleanParameters
- prop
- GraphProperty
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 -> boolPublic Function ShouldTraceProperty (propertyId As String) As BooleanParameters
- propertyId
- String