次の方法で共有


IndexableContent.Properties プロパティ

定義

コンテンツ プロパティを取得します。

public:
 property IMap<Platform::String ^, Platform::Object ^> ^ Properties { IMap<Platform::String ^, Platform::Object ^> ^ get(); };
IMap<winrt::hstring, IInspectable const&> Properties();
public IDictionary<string,object> Properties { get; }
var iMap = indexableContent.properties;
Public ReadOnly Property Properties As IDictionary(Of String, Object)

プロパティ値

IMap<String,Object>

IDictionary<String,Object>

IMap<Platform::String,Platform::Object>

IMap<winrt::hstring,IInspectable>

キーと値のペアの マップ として表されるプロパティのコレクション。

実装

注釈

この型へのアクセスは読み取り専用ですが、読み取り/書き込みマップを返します。

System.Author などの標準の Windows プロパティ名と PropertyValue を使用して Insert メソッドを呼び出して、インデックスにプロパティを追加します。

現在の IndexableContent へのプロパティの追加が完了したら、 AddAsync メソッドを呼び出して、システム インデックスにプロパティを追加します。

適用対象

こちらもご覧ください