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[]
戻り値
- 属性