Share via


NSTextSelectionNavigation.GetDestinationSelection Method

Definition

[Foundation.Export("destinationSelectionForTextSelection:direction:destination:extending:confined:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.NSTextSelection? GetDestinationSelection(UIKit.NSTextSelection textSelection, UIKit.NSTextSelectionNavigationDirection direction, UIKit.NSTextSelectionNavigationDestination destination, bool extending, bool confined);
[<Foundation.Export("destinationSelectionForTextSelection:direction:destination:extending:confined:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDestinationSelection : UIKit.NSTextSelection * UIKit.NSTextSelectionNavigationDirection * UIKit.NSTextSelectionNavigationDestination * bool * bool -> UIKit.NSTextSelection
override this.GetDestinationSelection : UIKit.NSTextSelection * UIKit.NSTextSelectionNavigationDirection * UIKit.NSTextSelectionNavigationDestination * bool * bool -> UIKit.NSTextSelection

Parameters

textSelection
NSTextSelection
extending
Boolean
confined
Boolean

Returns

Attributes

Applies to