ContentLocatorGroup.Locators Proprietà

Definizione

Ottiene l’insieme di elementi ContentLocator che costituiscono il contenuto di questo 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)

Valore della proprietà

Collection<ContentLocator>

Insieme di elementi ContentLocator che costituiscono questo ContentLocatorGroup.

Commenti

L'insieme ContentLocator restituito non sarà nullmai . Se l'oggetto non contiene ContentLocator oggetti, l'insieme ContentLocatorGroup restituito conterrà zero elementi.

Si applica a

Vedi anche