共用方式為


ThreadCreateEvent.Category 屬性

取得執行緒的類別。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
Public Property Category As Integer
public int Category { get; private set; }
public:
property int Category {
    int get ();
    private: void set (int value);
}
member Category : int with get, private set
function get Category () : int
private function set Category (value : int)

屬性值

型別:System.Int32

.NET Framework 安全性

請參閱

參考

ThreadCreateEvent 類別

Microsoft.VisualStudio.IntelliTrace 命名空間