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 ContentLocator éléments qui composent 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 d’éléments ContentLocator qui composent ce ContentLocatorGroup.
Remarques
La ContentLocator collection retournée ne sera nulljamais . Si le ContentLocatorGroup conteneur ne contient aucun ContentLocator objet, la collection retournée contient zéro élément.