IUITextInputTokenizer.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.
The range for the text enclosing a text position in a text unit of the specified granularity in the specified direction.
[Foundation.Export("rangeEnclosingPosition:withGranularity:inDirection:")]
[Foundation.Preserve(Conditional=true)]
public 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
- Attributes