Sdílet prostřednictvím


ContentLocator.Parts Vlastnost

Definice

Získá kolekci ContentLocatorPart prvků, které tvoří toto 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)

Hodnota vlastnosti

Collection<ContentLocatorPart>

Kolekce ContentLocatorPart prvků, které tvoří toto ContentLocator.

Poznámky

Vrácená ContentLocatorPart kolekce nikdy nebude null. Pokud neobsahuje ContentLocator žádné ContentLocatorPart objekty, vrácená kolekce bude obsahovat nula prvků.

Platí pro

Viz také