Język

ContentLocator.Parts Właściwość

Definicja

Pobiera kolekcję elementów tworzących ContentLocatorPart 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

Kolekcja elementów tworzących ContentLocatorPart 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ż