ContentIndexer.AddAsync(IIndexableContent) Method

Definition

Adds app-defined items with properties and content to the system index.

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

Parameters

indexableContent
IIndexableContent

The content properties to index.

Returns

Applies to

See also