NSTextView.InsertText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- text
- NSObject
- replacementRange
- NSRange
- Attributes
Applies to
InsertText(NSObject)
[Foundation.Export("insertText:")]
public virtual void InsertText (Foundation.NSObject insertString);
abstract member InsertText : Foundation.NSObject -> unit
override this.InsertText : Foundation.NSObject -> unit
Parameters
- insertString
- NSObject
Implements
- Attributes