次の方法で共有


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>

このリソースに含まれているコンテンツ ロケーターのコレクション。

注釈

このプロパティは ContentLocatorsnullされませんが、リソースにコンテンツ ロケーターが含まれている場合、コレクションは空になる可能性があります。

適用対象