NSTextContentManager.AdjustedRange(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 AppKit.NSTextRange? AdjustedRange(AppKit.NSTextRange textRange, bool forEditingTextSelection);
[<Foundation.Export("adjustedRangeFromRange:forEditingTextSelection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AdjustedRange : AppKit.NSTextRange * bool -> AppKit.NSTextRange
override this.AdjustedRange : AppKit.NSTextRange * bool -> AppKit.NSTextRange
Parameters
- textRange
- NSTextRange
- forEditingTextSelection
- Boolean
Returns
Implements
- Attributes