ContentLocatorGroup.Locators 属性

定义

获取构成此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 集合永远不会是 nullContentLocatorGroup如果不包含ContentLocator任何对象,则返回的集合将包含零个元素。

适用于

另请参阅