Share via


NSTextSelectionNavigation.GetResolvedInsertionLocation Method

Definition

[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

Returns

Attributes

Applies to