ContentLocatorGroup.Locators Vlastnost

Definice

Získá kolekci ContentLocator prvků, které tvoří toto 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)

Hodnota vlastnosti

Collection<ContentLocator>

Kolekce ContentLocator prvků, které tvoří toto ContentLocatorGroup.

Poznámky

Vrácená ContentLocator kolekce nikdy nebude null. Pokud neobsahuje ContentLocatorGroup žádné ContentLocator objekty, vrácená kolekce bude obsahovat nula prvků.

Platí pro

Viz také