次の方法で共有


INSearchForAccountsIntentHandling_Extensions.ResolveOrganizationName メソッド

定義

開発者は、組織名の解決をカスタマイズするためにこのメソッドを実装できます。

public static void ResolveOrganizationName (this Intents.IINSearchForAccountsIntentHandling This, Intents.INSearchForAccountsIntent intent, Action<Intents.INSpeakableStringResolutionResult> completion);
static member ResolveOrganizationName : Intents.IINSearchForAccountsIntentHandling * Intents.INSearchForAccountsIntent * Action<Intents.INSpeakableStringResolutionResult> -> unit

パラメーター

This
IINSearchForAccountsIntentHandling

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

intent
INSearchForAccountsIntent

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

completion
Action<INSpeakableStringResolutionResult>

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

適用対象