共用方式為


AnnotationResource.ContentLocators 屬性

定義

取得這個資源中包含之 ContentLocatorBase 項目的集合。

public:
 property System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocatorBase ^> ^ ContentLocators { System::Collections::ObjectModel::Collection<System::Windows::Annotations::ContentLocatorBase ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocatorBase> ContentLocators { get; }
member this.ContentLocators : System.Collections.ObjectModel.Collection<System.Windows.Annotations.ContentLocatorBase>
Public ReadOnly Property ContentLocators As Collection(Of ContentLocatorBase)

屬性值

Collection<ContentLocatorBase>

這個資源中包含之內容定位程式的集合。

備註

屬性 ContentLocators 永遠不會傳回 null ,但如果資源不包含內容定位器,則集合可能空白。

適用於