UITextInputTokenizer.ProbeDirectionWithinTextUnit 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 whether the probePosition position is within a withinTextUnit type of text unit taken from the inDirection direction.
[Foundation.Export("isPosition:withinTextUnit:inDirection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ProbeDirectionWithinTextUnit(UIKit.UITextPosition probePosition, UIKit.UITextGranularity withinTextUnit, UIKit.UITextDirection inDirection);
[<Foundation.Export("isPosition:withinTextUnit:inDirection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ProbeDirectionWithinTextUnit : UIKit.UITextPosition * UIKit.UITextGranularity * UIKit.UITextDirection -> bool
override this.ProbeDirectionWithinTextUnit : UIKit.UITextPosition * UIKit.UITextGranularity * UIKit.UITextDirection -> bool
Parameters
- probePosition
- UITextPosition
- withinTextUnit
- UITextGranularity
- inDirection
- UITextDirection
Returns
Implements
- Attributes