Compartilhar via


ContentIndexer.UpdateAsync(IIndexableContent) Método

Definição

Atualizações conteúdo e propriedades do aplicativo no 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

Parâmetros

indexableContent
IIndexableContent

As propriedades de conteúdo a serem atualizadas.

Retornos

Aplica-se a

Confira também