IINSetMessageAttributeIntentHandling.HandleSetMessageAttribute Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Gli sviluppatori devono eseguire l'override di questo metodo e richiamare :System.Action'1 con un INSetMessageAttributeIntentResponse oggetto appropriato per .INSetMessageAttributeIntentintent
[Foundation.Export("handleSetMessageAttribute:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleSetMessageAttribute (Intents.INSetMessageAttributeIntent intent, Action<Intents.INSetMessageAttributeIntentResponse> completion);
abstract member HandleSetMessageAttribute : Intents.INSetMessageAttributeIntent * Action<Intents.INSetMessageAttributeIntentResponse> -> unit
Parametri
- intent
- INSetMessageAttributeIntent
Specifica l'intenzione dell'utente.
- completion
- Action<INSetMessageAttributeIntentResponse>
Metodo di completamento che deve essere chiamato dall'override.
- Attributi