共用方式為


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

要更新的內容屬性。

傳回

適用於

另請參閱