Share via


NSTextContentStorage.GetAdjustedRange(NSTextRange, Boolean) Method

Definition

[Foundation.Export("adjustedRangeFromRange:forEditingTextSelection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.NSTextRange? GetAdjustedRange(UIKit.NSTextRange textRange, bool forEditingTextSelection);
[<Foundation.Export("adjustedRangeFromRange:forEditingTextSelection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAdjustedRange : UIKit.NSTextRange * bool -> UIKit.NSTextRange
override this.GetAdjustedRange : UIKit.NSTextRange * bool -> UIKit.NSTextRange

Parameters

textRange
NSTextRange
forEditingTextSelection
Boolean

Returns

Attributes

Applies to