Share via


ContentLocator.Parts 屬性

定義

取得 ContentLocatorPart 項目的集合,該集合組成這個 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)

屬性值

Collection<ContentLocatorPart>

ContentLocatorPart 項目的集合,該集合組成這個 ContentLocator

備註

傳回的 ContentLocatorPart 集合永遠不會是 nullContentLocator如果 不包含 ContentLocatorPart 物件,則傳回的集合將包含零個專案。

適用於

另請參閱