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 -> bool
Public Function ShouldTraceProperty (prop As GraphProperty) As Boolean
Parameters
- 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 -> bool
Public Function ShouldTraceProperty (propertyId As String) As Boolean
Parameters
- propertyId
- String