Aracılığıyla paylaş


ContentLocator.Parts Özellik

Tanım

Bunu ContentLocatoroluşturan öğe koleksiyonunu ContentLocatorPart alır.

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)

Özellik Değeri

Collection<ContentLocatorPart>

Bunu ContentLocatoroluşturan öğelerin koleksiyonuContentLocatorPart.

Açıklamalar

Döndürülen ContentLocatorPart koleksiyon hiçbir zaman olmayacaktır null. ContentLocator hiçbir nesne içermiyorsaContentLocatorPart, döndürülen koleksiyon sıfır öğe içerir.

Şunlara uygulanır

Ayrıca bkz.