IUITextInput.GetCharacterRange(UITextPosition, UITextLayoutDirection) 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 character range within the limits of a defined direction.
[Foundation.Export("characterRangeByExtendingPosition:inDirection:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITextRange GetCharacterRange (UIKit.UITextPosition byExtendingPosition, UIKit.UITextLayoutDirection direction);
abstract member GetCharacterRange : UIKit.UITextPosition * UIKit.UITextLayoutDirection -> UIKit.UITextRange
Parameters
- byExtendingPosition
- UITextPosition
A text positioning object identifying a location in a document.
- direction
- UITextLayoutDirection
Constant indicating layout direction.
Returns
Gets a range from a given text position to the ultimate extent in a defined direction.
- Attributes