Partager via


ContentLocatorGroup.Locators Propriété

Définition

Obtient la collection des éléments ContentLocator qui constituent ce 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)

Valeur de propriété

Collection<ContentLocator>

Collection des éléments ContentLocator qui constituent ce ContentLocatorGroup.

Remarques

La ContentLocator collection retournée ne sera nulljamais . Si le ContentLocatorGroup fichier ne contient aucun ContentLocator objet, la collection retournée contient zéro élément.

S’applique à

Voir aussi