IUITextInputTokenizer.ProbeDirectionWithinTextUnit Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt zurück, ob sich die probePosition
Position innerhalb eines withinTextUnit
Typs von Texteinheit befindet, der aus der inDirection
Richtung übernommen wird.
[Foundation.Export("isPosition:withinTextUnit:inDirection:")]
[Foundation.Preserve(Conditional=true)]
public bool ProbeDirectionWithinTextUnit (UIKit.UITextPosition probePosition, UIKit.UITextGranularity withinTextUnit, UIKit.UITextDirection inDirection);
abstract member ProbeDirectionWithinTextUnit : UIKit.UITextPosition * UIKit.UITextGranularity * UIKit.UITextDirection -> bool
Parameter
- probePosition
- UITextPosition
- withinTextUnit
- UITextGranularity
- inDirection
- UITextDirection
Gibt zurück
- Attribute