ContentLocator.Parts Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la collection d'éléments ContentLocatorPart qui constituent ce 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)
Valeur de propriété
Collection des éléments ContentLocatorPart qui constituent ce ContentLocator.
Remarques
La ContentLocatorPart collection retournée ne sera null
jamais . Si le ContentLocator fichier ne contient aucun ContentLocatorPart objet, la collection retournée contient zéro élément.