UITextInputTokenizer.GetRangeEnclosingPosition 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 the UITextRange enclosing the specified position in a text unit of a given granularity in the specified direction.
[Foundation.Export("rangeEnclosingPosition:withGranularity:inDirection:")]
public abstract UIKit.UITextRange GetRangeEnclosingPosition (UIKit.UITextPosition position, UIKit.UITextGranularity granularity, UIKit.UITextDirection direction);
abstract member GetRangeEnclosingPosition : UIKit.UITextPosition * UIKit.UITextGranularity * UIKit.UITextDirection -> UIKit.UITextRange
Parameters
- position
- UITextPosition
- granularity
- UITextGranularity
- direction
- UITextDirection
Returns
Implements
- Attributes