NSTextView.SmartInsert(String, NSRange, String, String) 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.
[Foundation.Export("smartInsertForString:replacingRange:beforeString:afterString:")]
public virtual void SmartInsert (string pasteString, Foundation.NSRange charRangeToReplace, string beforeString, string afterString);
abstract member SmartInsert : string * Foundation.NSRange * string * string -> unit
override this.SmartInsert : string * Foundation.NSRange * string * string -> unit
Parameters
- pasteString
- String
- charRangeToReplace
- NSRange
- beforeString
- String
- afterString
- String
- Attributes