MSConversation.SendTextAsync(String) 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.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task SendTextAsync (string text);
abstract member SendTextAsync : string -> System.Threading.Tasks.Task
override this.SendTextAsync : string -> System.Threading.Tasks.Task
Parametri
- text
- String
Restituisce
Attività che rappresenta l'operazione SendText asincrona
- Attributi