DebugTracerGraphModelHelper.ShouldTraceProperty Méthode

Définition

Surcharges

ShouldTraceProperty(GraphProperty)

Indique si une propriété doit être tracée

ShouldTraceProperty(String)

Indique si une propriété doit être tracée

ShouldTraceProperty(GraphProperty)

Indique si une propriété doit être tracée

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

Paramètres

Retours

Boolean

S’applique à

ShouldTraceProperty(String)

Indique si une propriété doit être tracée

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

Paramètres

propertyId
String

Retours

Boolean

S’applique à