Condividi tramite


UITextView.GetTextRange(UITextPosition, UITextPosition) Metodo

Definizione

Restituisce l'intervallo di testo tra due posizioni in 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

Parametri

fromPosition
UITextPosition

Posizione iniziale.

toPosition
UITextPosition

Posizione finale.

Restituisce

Implementazioni

Attributi

Si applica a