UITextInputStringTokenizer.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 UITextRange enclosing the specified position.
[Foundation.Export("rangeEnclosingPosition:withGranularity:inDirection:")]
public virtual UIKit.UITextRange GetRangeEnclosingPosition (UIKit.UITextPosition position, UIKit.UITextGranularity granularity, UIKit.UITextDirection direction);
abstract member GetRangeEnclosingPosition : UIKit.UITextPosition * UIKit.UITextGranularity * UIKit.UITextDirection -> UIKit.UITextRange
override this.GetRangeEnclosingPosition : UIKit.UITextPosition * UIKit.UITextGranularity * UIKit.UITextDirection -> UIKit.UITextRange
Parameters
- position
- UITextPosition
- granularity
- UITextGranularity
- direction
- UITextDirection
Returns
Implements
- Attributes