DebugTracerGraphModelHelper.ShouldTraceProperty Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- prop
- GraphProperty
Retours
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