共用方式為


NSTextView.InsertText 方法

定義

多載

InsertText(NSObject, NSRange)
InsertText(NSObject)

InsertText(NSObject, NSRange)

[Foundation.Export("insertText:replacementRange:")]
public virtual void InsertText (Foundation.NSObject text, Foundation.NSRange replacementRange);
abstract member InsertText : Foundation.NSObject * Foundation.NSRange -> unit
override this.InsertText : Foundation.NSObject * Foundation.NSRange -> unit

參數

text
NSObject
replacementRange
NSRange
屬性

適用於

InsertText(NSObject)

[Foundation.Export("insertText:")]
public virtual void InsertText (Foundation.NSObject insertString);
abstract member InsertText : Foundation.NSObject -> unit
override this.InsertText : Foundation.NSObject -> unit

參數

insertString
NSObject

實作

屬性

適用於