IINGetVisualCodeIntentHandling.HandleGetVisualCode 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.
Les développeurs doivent remplacer cette méthode et appeler T:System.Action'1 avec un INGetVisualCodeIntentResponse approprié au INGetVisualCodeIntentintent
.
[Foundation.Export("handleGetVisualCode:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleGetVisualCode (Intents.INGetVisualCodeIntent intent, Action<Intents.INGetVisualCodeIntentResponse> completion);
abstract member HandleGetVisualCode : Intents.INGetVisualCodeIntent * Action<Intents.INGetVisualCodeIntentResponse> -> unit
Paramètres
- intent
- INGetVisualCodeIntent
Spécifie l’intention de l’utilisateur.
- completion
- Action<INGetVisualCodeIntentResponse>
Méthode d’achèvement qui doit être appelée par le remplacement.
- Attributs