Share via


NSTextSelectionNavigation.GetDestinationSelection Method

Definition

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

Parameters

textSelection
NSTextSelection
extending
Boolean
confined
Boolean

Returns

Attributes

Applies to