ContentLocatorGroup.Locators 属性

定义

获取组成此 ContentLocatorContentLocatorGroup 元素的集合。

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)

属性值

组成此 ContentLocatorContentLocatorGroup 元素的集合。

注解

返回 ContentLocator 的集合永远不会是 nullContentLocatorGroup如果 不包含任何ContentLocator对象,则返回的集合将包含零个元素。

适用于

另请参阅