次の方法で共有


ContentIndexer.UpdateAsync(IIndexableContent) メソッド

定義

ContentIndexer でアプリのコンテンツとプロパティを更新します。

public:
 virtual IAsyncAction ^ UpdateAsync(IIndexableContent ^ indexableContent) = UpdateAsync;
IAsyncAction UpdateAsync(IIndexableContent const& indexableContent);
public IAsyncAction UpdateAsync(IIndexableContent indexableContent);
function updateAsync(indexableContent)
Public Function UpdateAsync (indexableContent As IIndexableContent) As IAsyncAction

パラメーター

indexableContent
IIndexableContent

更新するコンテンツ プロパティ。

戻り値

適用対象

こちらもご覧ください