IUITextInput.GetTextRange(UITextPosition, UITextPosition) 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 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