INCreateNoteIntentHandling_Extensions.ResolveTitle 方法

定义

开发人员可以实现此方法来自定义笔记标题的分辨率。

public static void ResolveTitle (this Intents.IINCreateNoteIntentHandling This, Intents.INCreateNoteIntent intent, Action<Intents.INSpeakableStringResolutionResult> completion);
static member ResolveTitle : Intents.IINCreateNoteIntentHandling * Intents.INCreateNoteIntent * Action<Intents.INSpeakableStringResolutionResult> -> unit

参数

This
IINCreateNoteIntentHandling

此方法操作的实例。

intent
INCreateNoteIntent

指定用户的意图。

completion
Action<INSpeakableStringResolutionResult>

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

适用于