ContentLocatorGroup.Locators Propriedade

Definição

Obtém a coleção dos elementos ContentLocator 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 da propriedade

Collection<ContentLocator>

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

Comentários

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

Aplica-se a

Confira também