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

要更新的内容属性。

返回

适用于

另请参阅