共用方式為


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

要編制索引的內容屬性。

傳回

適用於

另請參閱