NSTextCheckingResult.CorrectionCheckingResult 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- range
- NSRange
- replacementString
- String
傳回
- 屬性
適用於
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
參數
- range
- NSRange
- replacementString
- String
- alternativeStrings
- String[]
傳回
- 屬性