次の方法で共有


AutomationProperties.ItemStatusProperty プロパティ

定義

ItemStatus 添付プロパティを識別します。これは、オートメーション要素項目の状態を表します。

public:
 static property DependencyProperty ^ ItemStatusProperty { DependencyProperty ^ get(); };
static DependencyProperty ItemStatusProperty();
public static DependencyProperty ItemStatusProperty { get; }
var dependencyProperty = AutomationProperties.itemStatusProperty;
Public Shared ReadOnly Property ItemStatusProperty As DependencyProperty

プロパティ値

ItemStatus 添付プロパティの識別子を含むテキスト文字列。

注釈

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

ItemStatus がサポートされている場合、文字列はアプリケーション UI 言語またはオペレーティング システムの既定の UI 言語と一致する必要があります。

適用対象