DebugTracerGraphModelHelper.TraceMessageIfTrackingGraphElements Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| TraceMessageIfTrackingGraphElements(GraphObject, GraphProperty, DebugCategory, Boolean, String, Object[]) |
Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.IDebugTracer.TraceMessage(Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.DebugCategory,System.Boolean,System.String,System.Object[])Nesne izleniyorsa ve özellik izleniyorsa çağırır. Herhangi bir özellik filtresi ayarlamamak, ek yükü azaltmak için en az bilgileri yayacaktır. |
| TraceMessageIfTrackingGraphElements(GraphObject, String, DebugCategory, Boolean, String, Object[]) |
Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.IDebugTracer.TraceMessage(Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.DebugCategory,System.Boolean,System.String,System.Object[])Nesne izleniyorsa ve özellik izleniyorsa çağırır. Herhangi bir özellik filtresi ayarlamamak, ek yükü azaltmak için en az bilgileri yayacaktır. |
TraceMessageIfTrackingGraphElements(GraphObject, GraphProperty, DebugCategory, Boolean, String, Object[])
Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.IDebugTracer.TraceMessage(Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.DebugCategory,System.Boolean,System.String,System.Object[])Nesne izleniyorsa ve özellik izleniyorsa çağırır. Herhangi bir özellik filtresi ayarlamamak, ek yükü azaltmak için en az bilgileri yayacaktır.
public:
static void TraceMessageIfTrackingGraphElements(Microsoft::VisualStudio::GraphModel::GraphObject ^ obj, Microsoft::VisualStudio::GraphModel::GraphProperty ^ prop, Microsoft::VisualStudio::Diagnostics::PerformanceProvider::DebugTrace::DebugCategory category, bool includeStackTrace, System::String ^ message, ... cli::array <System::Object ^> ^ args);
[System.Diagnostics.Conditional("DEBUG")]
public static void TraceMessageIfTrackingGraphElements (Microsoft.VisualStudio.GraphModel.GraphObject obj, Microsoft.VisualStudio.GraphModel.GraphProperty prop, Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.DebugCategory category, bool includeStackTrace, string message, params object[] args);
[<System.Diagnostics.Conditional("DEBUG")>]
static member TraceMessageIfTrackingGraphElements : Microsoft.VisualStudio.GraphModel.GraphObject * Microsoft.VisualStudio.GraphModel.GraphProperty * Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.DebugCategory * bool * string * obj[] -> unit
Public Sub TraceMessageIfTrackingGraphElements (obj As GraphObject, prop As GraphProperty, category As DebugCategory, includeStackTrace As Boolean, message As String, ParamArray args As Object())
Parametreler
- obj
- GraphObject
Koşullu nesne. Null ise koşul yok sayılır
- prop
- GraphProperty
Koşullu özellik. Null ise koşul yok sayılır
- category
- Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.DebugCategory
- includeStackTrace
- Boolean
- message
- String
- args
- Object[]
- Öznitelikler
Şunlara uygulanır
TraceMessageIfTrackingGraphElements(GraphObject, String, DebugCategory, Boolean, String, Object[])
Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.IDebugTracer.TraceMessage(Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.DebugCategory,System.Boolean,System.String,System.Object[])Nesne izleniyorsa ve özellik izleniyorsa çağırır. Herhangi bir özellik filtresi ayarlamamak, ek yükü azaltmak için en az bilgileri yayacaktır.
public:
static void TraceMessageIfTrackingGraphElements(Microsoft::VisualStudio::GraphModel::GraphObject ^ obj, System::String ^ propertyId, Microsoft::VisualStudio::Diagnostics::PerformanceProvider::DebugTrace::DebugCategory category, bool includeStackTrace, System::String ^ message, ... cli::array <System::Object ^> ^ args);
[System.Diagnostics.Conditional("DEBUG")]
public static void TraceMessageIfTrackingGraphElements (Microsoft.VisualStudio.GraphModel.GraphObject obj, string propertyId, Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.DebugCategory category, bool includeStackTrace, string message, params object[] args);
[<System.Diagnostics.Conditional("DEBUG")>]
static member TraceMessageIfTrackingGraphElements : Microsoft.VisualStudio.GraphModel.GraphObject * string * Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.DebugCategory * bool * string * obj[] -> unit
Public Sub TraceMessageIfTrackingGraphElements (obj As GraphObject, propertyId As String, category As DebugCategory, includeStackTrace As Boolean, message As String, ParamArray args As Object())
Parametreler
- obj
- GraphObject
Koşullu nesne. Null ise koşul yok sayılır
- propertyId
- String
Koşullu özellik kimliği. Null ise koşul yok sayılır
- category
- Microsoft.VisualStudio.Diagnostics.PerformanceProvider.DebugTrace.DebugCategory
- includeStackTrace
- Boolean
- message
- String
- args
- Object[]
- Öznitelikler