Freigeben über


UITextView.GetTextRange(UITextPosition, UITextPosition) Methode

Definition

Gibt den Textbereich zwischen zwei Positionen in einem Dokument zurück.

[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

Parameter

fromPosition
UITextPosition

Die Startposition.

toPosition
UITextPosition

Die Endposition.

Gibt zurück

Implementiert

Attribute

Gilt für: