MSConversation.InsertText(String, Action<NSError>) 方法

定义

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

[Foundation.Export("insertText:completionHandler:")]
public virtual void InsertText (string text, Action<Foundation.NSError> completionHandler);
abstract member InsertText : string * Action<Foundation.NSError> -> unit
override this.InsertText : string * Action<Foundation.NSError> -> unit

参数

text
String
completionHandler
Action<NSError>

内容待定。

此参数可以为 null

属性

适用于