Partager via


ContentIndexer.UpdateAsync(IIndexableContent) Méthode

Définition

Mises à jour contenu et les propriétés de l’application dans 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

Paramètres

indexableContent
IIndexableContent

Propriétés de contenu à mettre à jour.

Retours

S’applique à

Voir aussi