ContentLocator.Parts Eigenschap

Definitie

Hiermee haalt u de verzameling ContentLocatorPart elementen op waaruit dit ContentLocatorbestaat.

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)

Waarde van eigenschap

De verzameling ContentLocatorPart elementen waaruit dit ContentLocatorbestaat.

Opmerkingen

De ContentLocatorPart geretourneerde verzameling zal nooit zijn null. Als de ContentLocator verzameling geen ContentLocatorPart objecten bevat, bevat de geretourneerde verzameling nulelementen.

Van toepassing op

Zie ook