ContentLocatorGroup.Locators Proprietà

Definizione

Ottiene la raccolta degli elementi che costituiscono l'oggetto ContentLocatorContentLocatorGroup.

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à

Raccolta di ContentLocator elementi che costituiscono l'oggetto ContentLocatorGroup.

Commenti

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

Si applica a

Vedi anche