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 获取批注列表。

适用于