Annotation.Anchors 属性

定义

获取零个或多个可定义所批注的数据选择的 AnnotationResource 定位点元素的集合。

public:
 property System::Collections::ObjectModel::Collection<System::Windows::Annotations::AnnotationResource ^> ^ Anchors { System::Collections::ObjectModel::Collection<System::Windows::Annotations::AnnotationResource ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Windows.Annotations.AnnotationResource> Anchors { get; }
member this.Anchors : System.Collections.ObjectModel.Collection<System.Windows.Annotations.AnnotationResource>
Public ReadOnly Property Anchors As Collection(Of AnnotationResource)

属性值

Collection<AnnotationResource>

零个或多个 AnnotationResource 定位点元素的集合。

注解

AnnotationResource集合中的每个Anchors内容标识注释绑定到的数据选择 (,换句话说,即“正在批注的数据选择”) 。 虽然大多数批注引用单个数据选择,并且只包含一个定位点,但如果单个批注引用多个数据选择,则可能会出现多个定位 AnnotationResource点。

返回的 Anchors 集合从不为 null;但是,该集合可能包含零个元素。

适用于