ContentLocator.Parts Özellik

Tanım

Bunu ContentLocatorPartoluşturan öğe koleksiyonunu ContentLocator 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

Bunu ContentLocatorPartoluşturan öğelerin koleksiyonuContentLocator.

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.