次の方法で共有


AutomationProperties.AnnotationsProperty プロパティ

定義

コメント、ヘッダー、フッターなど、ドキュメント内の注釈オブジェクトの一覧に使用される依存関係プロパティを識別します。

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

プロパティ値

Annotations 添付プロパティの識別子。

注釈

Annotations のパブリック依存関係プロパティはありません。 GetAnnotations を使用して注釈の一覧を取得します。

適用対象