ContentLocatorGroup.Locators 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取组成此 ContentLocator 的 ContentLocatorGroup 元素的集合。
public:
property System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocator ^> ^ Locators { System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocator ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocator> Locators { get; }
member this.Locators : System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocator>
Public ReadOnly Property Locators As Collection(Of ContentLocator)
属性值
组成此 ContentLocator 的 ContentLocatorGroup 元素的集合。
注解
返回 ContentLocator 的集合永远不会是 null
。
ContentLocatorGroup如果 不包含任何ContentLocator对象,则返回的集合将包含零个元素。