IUITextInput.TextInRange(UITextRange) Method

Definition

Gets all the text that is specified within a certain range.

[Foundation.Export("textInRange:")]
[Foundation.Preserve(Conditional=true)]
public string TextInRange (UIKit.UITextRange range);
abstract member TextInRange : UIKit.UITextRange -> string

Parameters

range
UITextRange

A UITextRange object indicating the range of a document's text.

Returns

Document substring falling within a certain specified range.

Attributes

Applies to