AutomationElement.AutomationElementInformation.ProcessId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個專案 (識別碼) 的進程識別碼。
public:
property int ProcessId { int get(); };
public int ProcessId { get; }
member this.ProcessId : int
Public ReadOnly Property ProcessId As Integer
屬性值
裝載專案之進程的識別碼。 屬性的預設值為 0。
備註
作業系統會指派進程識別碼 (識別碼) 。 您可以在工作管理員中 [進程] 索引標籤的PID資料行中看到。
如需詳細資訊,請參閱ProcessIdProperty。