ContentLocatorGroup.Locators Eigenschap

Definitie

Hiermee haalt u de verzameling op van de ContentLocator elementen waaruit deze bestaat 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)

Waarde van eigenschap

De verzameling ContentLocator elementen waaruit dit ContentLocatorGroupbestaat.

Opmerkingen

De ContentLocator geretourneerde verzameling zal nooit zijn null. Als de ContentLocatorGroup verzameling geen ContentLocator objecten bevat, bevat de geretourneerde verzameling nulelementen.

Van toepassing op

Zie ook