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 연결된 속성의 식별자입니다.

설명

주석에 대한 공용 종속성 속성 없습니다. GetAnnotations를 사용하여 주석 목록을 가져옵니다.

적용 대상