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