UITextField.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 text in the specified range with the text provided.
[Foundation.Export("replaceRange:withText:")]
public virtual void ReplaceText (UIKit.UITextRange range, string text);
abstract member ReplaceText : UIKit.UITextRange * string -> unit
override this.ReplaceText : UIKit.UITextRange * string -> unit
Parameters
- range
- UITextRange
The range to replace text.
- text
- String
The replacement text.
Implements
- Attributes