IUITextInputTokenizer.ProbeDirection 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 at a toBoundary type of boundary taken from the inDirection direction.
[Foundation.Export("isPosition:atBoundary:inDirection:")]
[Foundation.Preserve(Conditional=true)]
public bool ProbeDirection(UIKit.UITextPosition probePosition, UIKit.UITextGranularity atBoundary, UIKit.UITextDirection inDirection);
abstract member ProbeDirection : UIKit.UITextPosition * UIKit.UITextGranularity * UIKit.UITextDirection -> bool
Parameters
- probePosition
- UITextPosition
- atBoundary
- UITextGranularity
- inDirection
- UITextDirection
Returns
- Attributes