次の方法で共有


INSetMessageAttributeIntentHandling_Extensions.ResolveAttribute メソッド

定義

開発者は、メッセージ属性の解決をカスタマイズするために、このメソッドをオーバーライドできます。

public static void ResolveAttribute (this Intents.IINSetMessageAttributeIntentHandling This, Intents.INSetMessageAttributeIntent intent, Action<Intents.INMessageAttributeResolutionResult> completion);
static member ResolveAttribute : Intents.IINSetMessageAttributeIntentHandling * Intents.INSetMessageAttributeIntent * Action<Intents.INMessageAttributeResolutionResult> -> unit

パラメーター

This
IINSetMessageAttributeIntentHandling

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

intent
INSetMessageAttributeIntent

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

completion
Action<INMessageAttributeResolutionResult>

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

適用対象