Compartir a través de


IUITextInput.GetTextRange(UITextPosition, UITextPosition) Método

Definición

Obtiene un intervalo de texto especificado.

[Foundation.Export("textRangeFromPosition:toPosition:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITextRange GetTextRange (UIKit.UITextPosition fromPosition, UIKit.UITextPosition toPosition);
abstract member GetTextRange : UIKit.UITextPosition * UIKit.UITextPosition -> UIKit.UITextRange

Parámetros

fromPosition
UITextPosition

Posición inicial del texto.

toPosition
UITextPosition

Posición final del texto.

Devoluciones

Intervalo de texto definido.

Atributos

Se aplica a