次の方法で共有


INCreateNoteIntentHandling_Extensions.Confirm メソッド

定義

開発者は、このメソッドを実装して、ローカル リソースとリモート リソースがメモを作成する準備ができているかどうかを確認できます。

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

パラメーター

This
IINCreateNoteIntentHandling

このメソッドが動作するインスタンス。

intent
INCreateNoteIntent

ユーザーの意図を指定します。

completion
Action<INCreateNoteIntentResponse>

オーバーライドによって呼び出される必要がある Completion メソッド。

適用対象