AutomationProperties.AnnotationsProperty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识用于文档中批注对象列表(如注释、页眉、页脚等)的依赖属性。
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 获取批注列表。