NSSpellChecker.CheckString メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CheckString(String, NSRange, NSTextCheckingTypes, NSTextCheckingOptions, nint, NSOrthography, nint) | |
CheckString(String, NSRange, NSTextCheckingTypes, NSDictionary, nint, NSOrthography, nint) |
CheckString(String, NSRange, NSTextCheckingTypes, NSTextCheckingOptions, nint, NSOrthography, nint)
public Foundation.NSTextCheckingResult[] CheckString (string stringToCheck, Foundation.NSRange range, Foundation.NSTextCheckingTypes checkingTypes, AppKit.NSTextCheckingOptions options, nint tag, out Foundation.NSOrthography orthography, out nint wordCount);
member this.CheckString : string * Foundation.NSRange * Foundation.NSTextCheckingTypes * AppKit.NSTextCheckingOptions * nint * * -> Foundation.NSTextCheckingResult[]
パラメーター
- stringToCheck
- String
- range
- NSRange
- checkingTypes
- NSTextCheckingTypes
- options
- NSTextCheckingOptions
- tag
- System.System.IntPtr System.nativeint
- orthography
- NSOrthography
- wordCount
- System.System.IntPtr System.nativeint
戻り値
適用対象
CheckString(String, NSRange, NSTextCheckingTypes, NSDictionary, nint, NSOrthography, nint)
[Foundation.Export("checkString:range:types:options:inSpellDocumentWithTag:orthography:wordCount:")]
public virtual Foundation.NSTextCheckingResult[] CheckString (string stringToCheck, Foundation.NSRange range, Foundation.NSTextCheckingTypes checkingTypes, Foundation.NSDictionary options, nint tag, out Foundation.NSOrthography orthography, out nint wordCount);
abstract member CheckString : string * Foundation.NSRange * Foundation.NSTextCheckingTypes * Foundation.NSDictionary * nint * * -> Foundation.NSTextCheckingResult[]
override this.CheckString : string * Foundation.NSRange * Foundation.NSTextCheckingTypes * Foundation.NSDictionary * nint * * -> Foundation.NSTextCheckingResult[]
パラメーター
- stringToCheck
- String
- range
- NSRange
- checkingTypes
- NSTextCheckingTypes
- options
- NSDictionary
- tag
- System.System.IntPtr System.nativeint
- orthography
- NSOrthography
- wordCount
- System.System.IntPtr System.nativeint
戻り値
- 属性