IUITextInput.ReplaceText(UITextRange, String) Method

Definition

Replaces document text within a specified range.

[Foundation.Export("replaceRange:withText:")]
[Foundation.Preserve(Conditional=true)]
public void ReplaceText (UIKit.UITextRange range, string text);
abstract member ReplaceText : UIKit.UITextRange * string -> unit

Parameters

range
UITextRange

The range of text to be replaced.

text
String

A string defining text replacement within a "range".

Attributes

Applies to