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 la raccolta di ContentLocatorPart elementi che costituiscono l'oggetto 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à
Raccolta di ContentLocatorPart elementi che costituiscono l'oggetto ContentLocator.
Commenti
La ContentLocatorPart raccolta restituita non sarà nullmai . Se l'oggetto ContentLocator non ContentLocatorPart contiene oggetti, l'insieme restituito conterrà zero elementi.