AutomationElementIdentifiers.DescribedByProperty プロパティ

定義

オートメーション プロパティで記述された を識別します。

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

プロパティ値

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

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

注釈

オートメーション要素に関する詳細情報を提供する要素のコレクションは、 GetDescribedBy メソッドによって返されます。

適用対象