AnnotationResource.ContentLocators Propriété

Définition

Obtient la collection des éléments ContentLocatorBase contenus dans cette ressource.

public:
 property System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocatorBase ^> ^ ContentLocators { System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocatorBase ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocatorBase> ContentLocators { get; }
member this.ContentLocators : System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocatorBase>
Public ReadOnly Property ContentLocators As Collection(Of ContentLocatorBase)

Valeur de propriété

Collection<ContentLocatorBase>

Collection des localisateurs de contenu inclus dans cette ressource.

Remarques

La ContentLocators propriété ne retourne nulljamais, mais la collection peut être vide si la ressource ne contient aucun localisateur de contenu.

S’applique à