次の方法で共有


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>

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

適用対象