IUITextInput.ReplaceText(UITextRange, String) 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.
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