ContentLocatorGroup.Locators Propiedad

Definición

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.

Se aplica a

Consulte también