Compartilhar via


UITextView.GetTextRange(UITextPosition, UITextPosition) Método

Definição

Retorna o intervalo de texto entre duas posições em um 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

A posição de início.

toPosition
UITextPosition

A posição final.

Retornos

Implementações

Atributos

Aplica-se a