UITextField.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.
Returns a range that represents the distance from byExtendingPosition
to as far as is possible in direction
.
[Foundation.Export("characterRangeByExtendingPosition:inDirection:")]
public virtual UIKit.UITextRange GetCharacterRange (UIKit.UITextPosition byExtendingPosition, UIKit.UITextLayoutDirection direction);
abstract member GetCharacterRange : UIKit.UITextPosition * UIKit.UITextLayoutDirection -> UIKit.UITextRange
override this.GetCharacterRange : UIKit.UITextPosition * UIKit.UITextLayoutDirection -> UIKit.UITextRange
Parameters
- byExtendingPosition
- UITextPosition
A location in some text.
- direction
- UITextLayoutDirection
The direction of the layout.
Returns
Implements
- Attributes