Compartir a través de


UITextView.GetTextRange(UITextPosition, UITextPosition) Método

Definición

Devuelve el intervalo de texto entre dos posiciones de un documento.

[Foundation.Export("textRangeFromPosition:toPosition:")]
public virtual UIKit.UITextRange GetTextRange (UIKit.UITextPosition fromPosition, UIKit.UITextPosition toPosition);
abstract member GetTextRange : UIKit.UITextPosition * UIKit.UITextPosition -> UIKit.UITextRange
override this.GetTextRange : UIKit.UITextPosition * UIKit.UITextPosition -> UIKit.UITextRange

Parámetros

fromPosition
UITextPosition

Posición inicial.

toPosition
UITextPosition

Posición final.

Devoluciones

Implementaciones

Atributos

Se aplica a