次の方法で共有


AutomationElementIdentifiers.IsContentElementProperty プロパティ

定義

コンテンツ要素決定オートメーション プロパティを識別します。 content 要素の状態は、エンド ユーザーにとって重要なコンテンツが要素に含まれているかどうかを示します。 現在の状態は IsContentElement メソッドによって返されます。

public:
 static property AutomationProperty ^ IsContentElementProperty { AutomationProperty ^ get(); };
static AutomationProperty IsContentElementProperty();
public static AutomationProperty IsContentElementProperty { get; }
var automationProperty = AutomationElementIdentifiers.isContentElementProperty;
Public Shared ReadOnly Property IsContentElementProperty As AutomationProperty

プロパティ値

オートメーション プロパティ識別子。

適用対象