DebugTracerGraphModelHelper.ShouldTraceProperty Yöntem

Tanım

Aşırı Yüklemeler

ShouldTraceProperty(GraphProperty)

Bir özelliğin izlenmesi gerekip gerekmediğini belirtir

ShouldTraceProperty(String)

Bir özelliğin izlenmesi gerekip gerekmediğini belirtir

ShouldTraceProperty(GraphProperty)

Bir özelliğin izlenmesi gerekip gerekmediğini belirtir

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

Parametreler

Döndürülenler

Boolean

Şunlara uygulanır

ShouldTraceProperty(String)

Bir özelliğin izlenmesi gerekip gerekmediğini belirtir

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

Parametreler

propertyId
String

Döndürülenler

Boolean

Şunlara uygulanır