共用方式為


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>

覆寫必須呼叫的完成方法。

適用於