NSTextCheckingResult.RangeAtIndex(nuint) 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("rangeAtIndex:")]
public virtual Foundation.NSRange RangeAtIndex (nuint idx);
[Foundation.Export("rangeAtIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSRange RangeAtIndex (nuint idx);
abstract member RangeAtIndex : nuint -> Foundation.NSRange
override this.RangeAtIndex : nuint -> Foundation.NSRange
Parameters
- idx
- System.System.UIntPtr System.unativeint
Returns
- Attributes