Compartir a través de


ContentIndexer.UpdateAsync(IIndexableContent) Método

Definición

Novedades contenido y propiedades de la aplicación en 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

Propiedades de contenido que se van a actualizar.

Devoluciones

Se aplica a

Consulte también