NSTextView.SetMarkedText 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
SetMarkedText(NSObject, NSRange) | |
SetMarkedText(NSObject, NSRange, NSRange) |
SetMarkedText(NSObject, NSRange)
[Foundation.Export("setMarkedText:selectedRange:")]
public virtual void SetMarkedText (Foundation.NSObject string, Foundation.NSRange selRange);
abstract member SetMarkedText : Foundation.NSObject * Foundation.NSRange -> unit
override this.SetMarkedText : Foundation.NSObject * Foundation.NSRange -> unit
Parameters
- string
- NSObject
- selRange
- NSRange
Implements
- Attributes
Applies to
SetMarkedText(NSObject, NSRange, NSRange)
[Foundation.Export("setMarkedText:selectedRange:replacementRange:")]
public virtual void SetMarkedText (Foundation.NSObject text, Foundation.NSRange selectedRange, Foundation.NSRange replacementRange);
abstract member SetMarkedText : Foundation.NSObject * Foundation.NSRange * Foundation.NSRange -> unit
override this.SetMarkedText : Foundation.NSObject * Foundation.NSRange * Foundation.NSRange -> unit
Parameters
- text
- NSObject
- selectedRange
- NSRange
- replacementRange
- NSRange
- Attributes