Share via


NSTextSelectionNavigation.GetDeletionRanges Method

Definition

[Foundation.Export("deletionRangesForTextSelection:direction:destination:allowsDecomposition:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSTextRange[] GetDeletionRanges(AppKit.NSTextSelection textSelection, AppKit.NSTextSelectionNavigationDirection direction, AppKit.NSTextSelectionNavigationDestination destination, bool allowsDecomposition);
[<Foundation.Export("deletionRangesForTextSelection:direction:destination:allowsDecomposition:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDeletionRanges : AppKit.NSTextSelection * AppKit.NSTextSelectionNavigationDirection * AppKit.NSTextSelectionNavigationDestination * bool -> AppKit.NSTextRange[]
override this.GetDeletionRanges : AppKit.NSTextSelection * AppKit.NSTextSelectionNavigationDirection * AppKit.NSTextSelectionNavigationDestination * bool -> AppKit.NSTextRange[]

Parameters

textSelection
NSTextSelection
allowsDecomposition
Boolean

Returns

Attributes

Applies to