共用方式為


ExpectedProcessTraits.Pid 屬性

從作業系統的處理序 ID。

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

語法

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

屬性值

型別:System.Nullable<Int32>
傳回 Int32

.NET Framework 安全性

請參閱

參考

ExpectedProcessTraits 類別

Microsoft.VisualStudio.IntelliTrace 命名空間