NSTextCheckingResult.CorrectionCheckingResult 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.
Overloads
CorrectionCheckingResult(NSRange, String) | |
CorrectionCheckingResult(NSRange, String, String[]) |
CorrectionCheckingResult(NSRange, String)
[Foundation.Export("correctionCheckingResultWithRange:replacementString:")]
public static Foundation.NSTextCheckingResult CorrectionCheckingResult (Foundation.NSRange range, string replacementString);
static member CorrectionCheckingResult : Foundation.NSRange * string -> Foundation.NSTextCheckingResult
Parameters
- range
- NSRange
- replacementString
- String
Returns
- Attributes
Applies to
CorrectionCheckingResult(NSRange, String, String[])
[Foundation.Export("correctionCheckingResultWithRange:replacementString:alternativeStrings:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSTextCheckingResult CorrectionCheckingResult (Foundation.NSRange range, string replacementString, string[] alternativeStrings);
static member CorrectionCheckingResult : Foundation.NSRange * string * string[] -> Foundation.NSTextCheckingResult
Parameters
- range
- NSRange
- replacementString
- String
- alternativeStrings
- String[]
Returns
- Attributes