UITextView.ReplaceText(UITextRange, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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