INCreateNoteIntentHandling_Extensions.ResolveContent 方法

定义

开发人员可以实现此方法来解析笔记的内容。

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

参数

This
IINCreateNoteIntentHandling

此方法操作的实例。

intent
INCreateNoteIntent

指定用户的意图。

completion
Action<INNoteContentResolutionResult>

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

适用于