ContentIndexer.UpdateAsync(IIndexableContent) Metodo

Definizione

Aggiornamenti contenuto e proprietà dell'app nel 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

Parametri

indexableContent
IIndexableContent

Proprietà del contenuto da aggiornare.

Restituisce

Si applica a

Vedi anche