AnnotationResource.ContentLocators Propiedad

Definición

Obtiene la colección de elementos ContentLocatorBase incluidos en este recurso.

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)

Valor de propiedad

Collection<ContentLocatorBase>

Colección de localizadores del contenido incluida en este recurso.

Comentarios

La ContentLocators propiedad nunca devolverá null, pero la colección puede estar vacía si el recurso no contiene ningún localizador de contenido.

Se aplica a