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 los ContentLocator elementos que componen este ContentLocatorGroupobjeto .
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 ContentLocator elementos que componen este ContentLocatorGroupobjeto .
Comentarios
La ContentLocator colección devuelta nunca será null. Si no ContentLocatorGroup contiene ningún ContentLocator objeto, la colección devuelta contendrá cero elementos.