ContentLocatorGroup.Locators Eigenschaft

Definition

Ruft die Auflistung der ContentLocator Elemente ab, aus denen dies ContentLocatorGroupbesteht.

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

Die Sammlung von ContentLocator Elementen, aus denen dies ContentLocatorGroupbesteht.

Hinweise

Die ContentLocator zurückgegebene Auflistung wird nullnie zurückgegeben. Wenn das ContentLocatorGroup Objekt keine ContentLocator Objekte enthält, enthält die zurückgegebene Auflistung null Elemente.

Gilt für:

Weitere Informationen