MarkerSeries.WriteMessage 方法 (String)

写入并发可视化工具跟踪文件的消息具有指定的文本。

命名空间:  Microsoft.ConcurrencyVisualizer.Instrumentation
程序集:  Microsoft.ConcurrencyVisualizer.Markers(在 Microsoft.ConcurrencyVisualizer.Markers.dll 中)

语法

声明
Public Sub WriteMessage ( _
    text As String _
)
public void WriteMessage(
    string text
)
public:
void WriteMessage(
    String^ text
)
member WriteMessage : 
        text:string -> unit 
public function WriteMessage(
    text : String
)

参数

.NET Framework 安全性

请参见

参考

MarkerSeries 类

WriteMessage 重载

Microsoft.ConcurrencyVisualizer.Instrumentation 命名空间