AnnotationResource.ContentLocators 属性

定义

获取包含在此资源中的 ContentLocatorBase 元素的集合。

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

属性值

Collection<ContentLocatorBase>

包含在此资源中的内容定位器的集合。

注解

属性 ContentLocators 永远不会返回 null,但如果资源不包含内容定位符,则集合可能为空。

适用于