SuggestionProviderBase.SuggestionDisplayedAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé lorsqu’une suggestion est affichée par n’importe quel fournisseur.
public virtual System.Threading.Tasks.Task SuggestionDisplayedAsync (string name, System.Threading.CancellationToken cancel);
abstract member SuggestionDisplayedAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SuggestionDisplayedAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function SuggestionDisplayedAsync (name As String, cancel As CancellationToken) As Task
Paramètres
- name
- String
Nom du fournisseur affichant la suggestion.
- cancel
- CancellationToken
Jeton d’annulation pour la tâche.