Share via


IBETextInput.ReplaceSelectedText(String, String) Method

Definition

[Foundation.Export("replaceSelectedText:withText:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReplaceSelectedText(string text, string replacementText);
[<Foundation.Export("replaceSelectedText:withText:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReplaceSelectedText : string * string -> unit
override this.ReplaceSelectedText : string * string -> unit

Parameters

text
String
replacementText
String
Attributes

Applies to