次の方法で共有


INAppendToNoteIntentHandling_Extensions.Confirm メソッド

定義

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

public static void Confirm (this Intents.IINAppendToNoteIntentHandling This, Intents.INAppendToNoteIntent intent, Action<Intents.INAppendToNoteIntentResponse> completion);
static member Confirm : Intents.IINAppendToNoteIntentHandling * Intents.INAppendToNoteIntent * Action<Intents.INAppendToNoteIntentResponse> -> unit

パラメーター

This
IINAppendToNoteIntentHandling

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

intent
INAppendToNoteIntent

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

completion
Action<INAppendToNoteIntentResponse>

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

適用対象