AutomationElement.AutomationElementInformation.ItemStatus 屬性

定義

取得的描述會說明項目 (element) 內某項目 (item) 的狀態。

public:
 property System::String ^ ItemStatus { System::String ^ get(); };
public string ItemStatus { get; }
member this.ItemStatus : string
Public ReadOnly Property ItemStatus As String

屬性值

狀態的描述。

備註

這個屬性可讓用戶端確定專案是否傳達專案的狀態。 例如,與訊息應用程式中連絡人相關聯的專案可能是「忙碌」或「已連線」。

如需詳細資訊,請參閱ItemStatusProperty

適用於