Partage via


ContentLocator.Parts Propriété

Définition

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<ContentLocatorPart>

Collection des éléments ContentLocatorPart qui constituent ce ContentLocator.

Remarques

La ContentLocatorPart collection retournée ne sera nulljamais . Si le ContentLocator fichier ne contient aucun ContentLocatorPart objet, la collection retournée contient zéro élément.

S’applique à

Voir aussi