次の方法で共有


INSearchForNotebookItemsIntentHandling_Extensions.ResolveLocationSearchType メソッド

定義

開発者は、このメソッドを実装して、場所の検索の種類の解決をカスタマイズできます。

public static void ResolveLocationSearchType (this Intents.IINSearchForNotebookItemsIntentHandling This, Intents.INSearchForNotebookItemsIntent intent, Action<Intents.INLocationSearchTypeResolutionResult> completion);
static member ResolveLocationSearchType : Intents.IINSearchForNotebookItemsIntentHandling * Intents.INSearchForNotebookItemsIntent * Action<Intents.INLocationSearchTypeResolutionResult> -> unit

パラメーター

This
IINSearchForNotebookItemsIntentHandling

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

intent
INSearchForNotebookItemsIntent

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

completion
Action<INLocationSearchTypeResolutionResult>

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

適用対象