Sdílet prostřednictvím


UITextView.TextInRange(UITextRange) Method

Definition

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

[Foundation.Export("textInRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string TextInRange(UIKit.UITextRange range);
[<Foundation.Export("textInRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TextInRange : UIKit.UITextRange -> string
override this.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.

Implements

Attributes

Applies to