ContentLocator.Parts 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 ContentLocatorPart che costituiscono il contenuto di questo ContentLocator.
public:
property System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocatorPart ^> ^ Parts { System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocatorPart ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocatorPart> Parts { get; }
member this.Parts : System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocatorPart>
Public ReadOnly Property Parts As Collection(Of ContentLocatorPart)
Valore della proprietà
Insieme di elementi ContentLocatorPart che costituiscono questo ContentLocator.
Commenti
L'insieme ContentLocatorPart restituito non sarà null
mai . Se l'oggetto non contiene ContentLocatorPart oggetti, l'insieme ContentLocator restituito conterrà zero elementi.