共用方式為


Markers.WriteMessage 方法 (String)

 

發行︰ 2016年7月

使用指定的文字,將訊息寫入至並行視覺化檢視追蹤檔案。

命名空間:   Microsoft.ConcurrencyVisualizer.Instrumentation
組件:  Microsoft.ConcurrencyVisualizer.Markers (於 Microsoft.ConcurrencyVisualizer.Markers.dll)

語法

public static void WriteMessage(
    string text
)
public:
static void WriteMessage(
    String^ text
)
static member WriteMessage : 
        text:string -> unit
Public Shared Sub WriteMessage (
    text As String
)

參數

另請參閱

WriteMessage 多載
Markers 類別
Microsoft.ConcurrencyVisualizer.Instrumentation 命名空間

回到頁首