Udostępnij za pośrednictwem


ContentLocator.Parts Właściwość

Definicja

Pobiera kolekcję ContentLocatorPart elementów, które tworzą ten element 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)

Wartość właściwości

Collection<ContentLocatorPart>

Kolekcja ContentLocatorPart elementów, które tworzą ten element ContentLocator.

Uwagi

Zwrócona ContentLocatorPart kolekcja nigdy nie będzie mieć wartości null. Jeśli obiekt ContentLocator nie ContentLocatorPart zawiera żadnych obiektów, zwrócona kolekcja będzie zawierać zero elementów.

Dotyczy

Zobacz też