AutomationElement.AutomationElementInformation.ItemStatus 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得的描述會說明項目 (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。