Compartilhar via


UITextView.ReplaceText(UITextRange, String) Método

Definição

Substitui o texto no intervalo especificado pelo texto fornecido.

[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

Parâmetros

range
UITextRange

O intervalo a ser substituído pelo texto.

text
String

O texto de substituição.

Implementações

Atributos

Aplica-se a