Compartilhar via


IUITextInput.ReplaceText(UITextRange, String) Método

Definição

Substitui o texto do documento dentro de um intervalo especificado.

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

Parâmetros

range
UITextRange

O intervalo de texto a ser substituído.

text
String

Uma cadeia de caracteres que define a substituição de texto em um "intervalo".

Atributos

Aplica-se a