IUITextInput.GetTextRange(UITextPosition, UITextPosition) Method

Definition

Gets a specified text range.

[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

Parameters

fromPosition
UITextPosition

Initial text position.

toPosition
UITextPosition

Ultimate text position.

Returns

Defined text range.

Attributes

Applies to