ContentLocatorGroup.Locators Propiedad

Definición

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.

Se aplica a

Consulte también