Share via


NSTextSelectionNavigation.GetDeletionRanges Method

Definition

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

Parameters

textSelection
NSTextSelection
allowsDecomposition
Boolean

Returns

Attributes

Applies to