AutomationElement.AutomationElementInformation.ItemStatus プロパティ

定義

要素内の項目のステータスの説明を取得します。

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

プロパティ値

ステータスの説明。

注釈

このプロパティを使用すると、クライアントは要素がアイテムに関する状態を伝えるかどうかを確認できます。 たとえば、メッセージング アプリケーションの連絡先に関連付けられているアイテムは、"ビジー" または "接続済み" である可能性があります。

詳細については、「ItemStatusProperty」を参照してください。

適用対象