ContentLocatorGroup.Locators Propriedade

Definição

Obtém a coleção dos ContentLocator elementos que compõem 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 Propriedade

A coleção de ContentLocator elementos que compõem este ContentLocatorGroup.

Observações

A ContentLocator coleção devolvida nunca será null. Se o ContentLocatorGroup não contiver objetos ContentLocator , a coleção devolvida não conterá nenhum elemento.

Aplica-se a

Ver também