Share via


ContentLocator.Parts Eigenschaft

Definition

Ruft die Auflistung der ContentLocatorPart-Elemente ab, die diesen ContentLocator bilden.

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)

Eigenschaftswert

Collection<ContentLocatorPart>

Die Auflistung der ContentLocatorPart-Elemente, die diese ContentLocator bilden.

Hinweise

Die ContentLocatorPart zurückgegebene Sammlung wird nullniemals sein. Wenn die zurückgegebene Auflistung keine ContentLocatorPart Objekte enthält, enthält die ContentLocator zurückgegebene Auflistung null Elemente.

Gilt für

Siehe auch