ContentLocator.Parts 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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)
屬性值
ContentLocatorPart 項目的集合,該集合組成這個 ContentLocator。
備註
傳回的 ContentLocatorPart 集合永遠不會是 null
。 ContentLocator如果 不包含 ContentLocatorPart 物件,則傳回的集合將包含零個專案。