次の方法で共有


INSetAudioSourceInCarIntentHandling_Extensions.ResolveRelativeAudioSourceReference メソッド

定義

開発者は、このメソッドをオーバーライドして、相対的なオーディオ ソース (たとえば、"next"、"previous"など) の解像度をカスタマイズできます。

public static void ResolveRelativeAudioSourceReference (this Intents.IINSetAudioSourceInCarIntentHandling This, Intents.INSetAudioSourceInCarIntent intent, Action<Intents.INRelativeReferenceResolutionResult> completion);
static member ResolveRelativeAudioSourceReference : Intents.IINSetAudioSourceInCarIntentHandling * Intents.INSetAudioSourceInCarIntent * Action<Intents.INRelativeReferenceResolutionResult> -> unit

パラメーター

This
IINSetAudioSourceInCarIntentHandling

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

intent
INSetAudioSourceInCarIntent

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

completion
Action<INRelativeReferenceResolutionResult>

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

適用対象