_Global.CheckSpelling メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
文字列のスペルをチェックします。
public bool CheckSpelling (string Word, ref object CustomDictionary, ref object IgnoreUppercase, ref object MainDictionary, ref object CustomDictionary2, ref object CustomDictionary3, ref object CustomDictionary4, ref object CustomDictionary5, ref object CustomDictionary6, ref object CustomDictionary7, ref object CustomDictionary8, ref object CustomDictionary9, ref object CustomDictionary10);
abstract member CheckSpelling : string * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> bool
Public Function CheckSpelling (Word As String, Optional ByRef CustomDictionary As Object, Optional ByRef IgnoreUppercase As Object, Optional ByRef MainDictionary As Object, Optional ByRef CustomDictionary2 As Object, Optional ByRef CustomDictionary3 As Object, Optional ByRef CustomDictionary4 As Object, Optional ByRef CustomDictionary5 As Object, Optional ByRef CustomDictionary6 As Object, Optional ByRef CustomDictionary7 As Object, Optional ByRef CustomDictionary8 As Object, Optional ByRef CustomDictionary9 As Object, Optional ByRef CustomDictionary10 As Object) As Boolean
パラメーター
- Word
- String
文字列 が必要です。 スペルをチェックする文字列を指定します。
- CustomDictionary
- Object
省略可能 なオブジェクト。 オブジェクトまたはユーザー辞書の Dictionary ファイル名を返す式。
- IgnoreUppercase
- Object
省略可能 なオブジェクト。 True の 場合、大文字と小文字は無視されます。 この引数を省略すると、 プロパティの現在の IgnoreUppercase 値が使用されます。
- MainDictionary
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはメイン辞書のファイル名を返す。
- CustomDictionary2
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。 追加の辞書は 9 個まで指定できます。
- CustomDictionary3
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。
- CustomDictionary4
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。
- CustomDictionary5
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。
- CustomDictionary6
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。
- CustomDictionary7
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。
- CustomDictionary8
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。
- CustomDictionary9
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。
- CustomDictionary10
- Object
省略可能 なオブジェクト。 式は ディクショナリ オブジェクトまたはその他のユーザー辞書のファイル名を返す。
戻り値
注釈
このプロパティは、文字列にスペル ミスがない場合は True を返し、スペル ミスがある場合は False を返します 。