ContentLocator.Parts Eigenschaft

Definition

Ruft die Auflistung von ContentLocatorPart Elementen ab, aus denen dies ContentLocatorbesteht.

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

Die Sammlung von ContentLocatorPart Elementen, aus denen dies ContentLocatorbesteht.

Hinweise

Die ContentLocatorPart zurückgegebene Auflistung wird nullnie zurückgegeben. Wenn das ContentLocator Objekt keine ContentLocatorPart Objekte enthält, enthält die zurückgegebene Auflistung null Elemente.

Gilt für:

Weitere Informationen