IUITextInput.TextInRange(UITextRange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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