NSTextSelectionNavigation.GetDestinationSelection 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("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
- direction
- NSTextSelectionNavigationDirection
- destination
- NSTextSelectionNavigationDestination
- extending
- Boolean
- confined
- Boolean
Returns
- Attributes