AutomationProperties.DescribedByProperty プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AutomationProperties.DescribedBy 添付プロパティを識別します。
public:
static property DependencyProperty ^ DescribedByProperty { DependencyProperty ^ get(); };
static DependencyProperty DescribedByProperty();
public static DependencyProperty DescribedByProperty { get; }
var dependencyProperty = AutomationProperties.describedByProperty;
Public Shared ReadOnly Property DescribedByProperty As DependencyProperty
プロパティ値
AutomationProperties.DescribedBy 添付プロパティの識別子。
Windows の要件
デバイス ファミリ |
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0 で導入)
|
注釈
注意
AutomationProperties.DescribedBy
は、アクセサーがないため、非定型の添付プロパティ Set
であるため、マークアップを使用した XAML 添付プロパティではありません。 添付プロパティ モデルはプロパティ ストアとして使用されますが、拡張アプリケーション マークアップ言語 (XAML) の使用はサポートされていません。 要素の配列を取得するには、 GetDescribedBy を呼び出し、項目を入力パラメーターとして渡します。