Share via


INSTextInputClient.SetMarkedText(NSObject, NSRange, NSRange) Method

Definition

[Foundation.Export("setMarkedText:selectedRange:replacementRange:")]
[Foundation.RequiredMember]
[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:")>]
[<Foundation.RequiredMember>]
[<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
Attributes

Applies to