ContentLocatorGroup.Locators Eigenschaft

Definition

Ruft die Auflistung der ContentLocator-Elemente ab, die diese ContentLocatorGroup bilden.

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)

Eigenschaftswert

Collection<ContentLocator>

Die Auflistung der ContentLocator-Elemente, die diese ContentLocatorGroup bilden.

Hinweise

Die ContentLocator zurückgegebene Auflistung wird nullniemals zurückgegeben. Enthält die ContentLocatorGroup zurückgegebene Auflistung keine ContentLocator Objekte, enthält die zurückgegebene Auflistung null Elemente.

Gilt für

Siehe auch