Compartilhar via


ContentIndexer.AddAsync(IIndexableContent) Método

Definição

Adiciona itens definidos pelo aplicativo com propriedades e conteúdo ao índice do sistema.

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

Parâmetros

indexableContent
IIndexableContent

As propriedades de conteúdo a serem indexados.

Retornos

Aplica-se a

Confira também