次の方法で共有


AutomationProperties.AnnotationsProperty プロパティ

定義

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 を呼び出し、項目を入力パラメーターとして渡します。

適用対象

こちらもご覧ください