NSTextSelectionNavigation.GetResolvedInsertionLocation 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.
[Foundation.Export("resolvedInsertionLocationForTextSelection:writingDirection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.INSTextLocation? GetResolvedInsertionLocation(UIKit.NSTextSelection textSelection, UIKit.NSTextSelectionNavigationWritingDirection writingDirection);
[<Foundation.Export("resolvedInsertionLocationForTextSelection:writingDirection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetResolvedInsertionLocation : UIKit.NSTextSelection * UIKit.NSTextSelectionNavigationWritingDirection -> UIKit.INSTextLocation
override this.GetResolvedInsertionLocation : UIKit.NSTextSelection * UIKit.NSTextSelectionNavigationWritingDirection -> UIKit.INSTextLocation
Parameters
- textSelection
- NSTextSelection
- writingDirection
- NSTextSelectionNavigationWritingDirection
Returns
- Attributes