ContentLocatorGroup.Locators Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 des éléments ContentLocator qui constituent ce ContentLocatorGroup.
Remarques
La ContentLocator collection retournée ne sera null
jamais . Si le ContentLocatorGroup fichier ne contient aucun ContentLocator objet, la collection retournée contient zéro élément.