MSConversation.InsertTextAsync(String) 方法

定义

text将 添加到会话,然后调用 completionHandler

public virtual System.Threading.Tasks.Task InsertTextAsync (string text);
abstract member InsertTextAsync : string -> System.Threading.Tasks.Task
override this.InsertTextAsync : string -> System.Threading.Tasks.Task

参数

text
String

返回

表示异步 InsertText 操作的任务

适用于