ContentLocatorGroup.Locators Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
Insieme di elementi ContentLocator che costituiscono questo ContentLocatorGroup.
Commenti
L'insieme ContentLocator restituito non sarà null
mai . Se l'oggetto non contiene ContentLocator oggetti, l'insieme ContentLocatorGroup restituito conterrà zero elementi.