ContentLocatorGroup.Locators 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 ContentLocator 項目的集合,該集合組成這個 ContentLocatorGroup。
public:
property System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocator ^> ^ Locators { System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocator ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocator> Locators { get; }
member this.Locators : System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocator>
Public ReadOnly Property Locators As Collection(Of ContentLocator)
屬性值
ContentLocator 項目的集合,該集合組成這個 ContentLocatorGroup。
備註
傳回的 ContentLocator 集合永遠不會是 null
。 ContentLocatorGroup如果 不包含 ContentLocator 物件,則傳回的集合將包含零個專案。