ContentLocatorGroup.Locators Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene la colección de elementos ContentLocator que constituyen este 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)
Valor de propiedad
Colección de elementos ContentLocator que constituyen este objeto ContentLocatorGroup.
Comentarios
La ContentLocator colección devuelta nunca será null
. Si no ContentLocatorGroup contiene objetos ContentLocator , la colección devuelta contendrá cero elementos.