ContentLocatorGroup.Locators 屬性

定義

取得 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)

屬性值

Collection<ContentLocator>

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

備註

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

適用於

另請參閱