NSTextContentStorage.GetAdjustedRange(NSTextRange, Boolean) 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("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