Compartir a través de


ContentIndexer.AddAsync(IIndexableContent) Método

Definición

Agrega elementos definidos por la aplicación con propiedades y contenido al índice del 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

Propiedades de contenido que se van a indexar.

Devoluciones

Se aplica a

Consulte también