Share via


NSTextInputClient.SetMarkedText(NSObject, NSRange, NSRange) Method

Definition

[Foundation.Export("setMarkedText:selectedRange:replacementRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetMarkedText(Foundation.NSObject text, Foundation.NSRange selectedRange, Foundation.NSRange replacementRange);
[<Foundation.Export("setMarkedText:selectedRange:replacementRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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

Implements

Attributes

Applies to