ContentIndexer.AddAsync(IIndexableContent) 方法

定义

将具有属性和内容的应用定义项添加到系统索引。

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

参数

indexableContent
IIndexableContent

要编制索引的内容属性。

返回

适用于

另请参阅