IINGetVisualCodeIntentHandling.HandleGetVisualCode 方法

定义

开发人员必须重写此方法,并使用 适用于 INGetVisualCodeIntentintent的 调用 T:System.Action'1INGetVisualCodeIntentResponse

[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

参数

intent
INGetVisualCodeIntent

指定用户的意图。

completion
Action<INGetVisualCodeIntentResponse>

必须由重写调用的完成方法。

属性

适用于