DocumentClass.CheckSpelling Method 

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim CustomDictionary As Object
Dim IgnoreUppercase As Object
Dim AlwaysSuggest As Object
Dim CustomDictionary2 As Object
Dim CustomDictionary3 As Object
Dim CustomDictionary4 As Object
Dim CustomDictionary5 As Object
Dim CustomDictionary6 As Object
Dim CustomDictionary7 As Object
Dim CustomDictionary8 As Object
Dim CustomDictionary9 As Object
Dim CustomDictionary10 As Object
Dim documentClass1 As DocumentClass
documentClass1.CheckSpelling(CustomDictionary, IgnoreUppercase, AlwaysSuggest, CustomDictionary2, CustomDictionary3, CustomDictionary4, CustomDictionary5, CustomDictionary6, CustomDictionary7, CustomDictionary8, CustomDictionary9, CustomDictionary10)

Syntax

Public Overridable Sub CheckSpelling( _
    <InAttribute()> Optional ByRef CustomDictionary As Object, _
    <InAttribute()> Optional ByRef IgnoreUppercase As Object, _
    <InAttribute()> Optional ByRef AlwaysSuggest As Object, _
    <InAttribute()> Optional ByRef CustomDictionary2 As Object, _
    <InAttribute()> Optional ByRef CustomDictionary3 As Object, _
    <InAttribute()> Optional ByRef CustomDictionary4 As Object, _
    <InAttribute()> Optional ByRef CustomDictionary5 As Object, _
    <InAttribute()> Optional ByRef CustomDictionary6 As Object, _
    <InAttribute()> Optional ByRef CustomDictionary7 As Object, _
    <InAttribute()> Optional ByRef CustomDictionary8 As Object, _
    <InAttribute()> Optional ByRef CustomDictionary9 As Object, _
    <InAttribute()> Optional ByRef CustomDictionary10 As Object _
)
public virtual void CheckSpelling(
    [In, Optional] ref object CustomDictionary, 
    [In, Optional] ref object IgnoreUppercase, 
    [In, Optional] ref object AlwaysSuggest, 
    [In, Optional] ref object CustomDictionary2, 
    [In, Optional] ref object CustomDictionary3, 
    [In, Optional] ref object CustomDictionary4, 
    [In, Optional] ref object CustomDictionary5, 
    [In, Optional] ref object CustomDictionary6, 
    [In, Optional] ref object CustomDictionary7, 
    [In, Optional] ref object CustomDictionary8, 
    [In, Optional] ref object CustomDictionary9, 
    [In, Optional] ref object CustomDictionary10
);
public: Void CheckSpelling(
    &Object^ CustomDictionary, 
    &Object^ IgnoreUppercase, 
    &Object^ AlwaysSuggest, 
    &Object^ CustomDictionary2, 
    &Object^ CustomDictionary3, 
    &Object^ CustomDictionary4, 
    &Object^ CustomDictionary5, 
    &Object^ CustomDictionary6, 
    &Object^ CustomDictionary7, 
    &Object^ CustomDictionary8, 
    &Object^ CustomDictionary9, 
    &Object^ CustomDictionary10
);
public void CheckSpelling(
    /*in*/System.Object CustomDictionary, 
    /*in*/System.Object IgnoreUppercase, 
    /*in*/System.Object AlwaysSuggest, 
    /*in*/System.Object CustomDictionary2, 
    /*in*/System.Object CustomDictionary3, 
    /*in*/System.Object CustomDictionary4, 
    /*in*/System.Object CustomDictionary5, 
    /*in*/System.Object CustomDictionary6, 
    /*in*/System.Object CustomDictionary7, 
    /*in*/System.Object CustomDictionary8, 
    /*in*/System.Object CustomDictionary9, 
    /*in*/System.Object CustomDictionary10
);
public function CheckSpelling(
     CustomDictionary : Object, 
     IgnoreUppercase : Object, 
     AlwaysSuggest : Object, 
     CustomDictionary2 : Object, 
     CustomDictionary3 : Object, 
     CustomDictionary4 : Object, 
     CustomDictionary5 : Object, 
     CustomDictionary6 : Object, 
     CustomDictionary7 : Object, 
     CustomDictionary8 : Object, 
     CustomDictionary9 : Object, 
     CustomDictionary10 : Object
);

Parameters

  • CustomDictionary
    This parameter is intended for internal use only.
  • IgnoreUppercase
    This parameter is intended for internal use only.
  • AlwaysSuggest
    This parameter is intended for internal use only.
  • CustomDictionary2
    This parameter is intended for internal use only.
  • CustomDictionary3
    This parameter is intended for internal use only.
  • CustomDictionary4
    This parameter is intended for internal use only.
  • CustomDictionary5
    This parameter is intended for internal use only.
  • CustomDictionary6
    This parameter is intended for internal use only.
  • CustomDictionary7
    This parameter is intended for internal use only.
  • CustomDictionary8
    This parameter is intended for internal use only.
  • CustomDictionary9
    This parameter is intended for internal use only.
  • CustomDictionary10
    This parameter is intended for internal use only.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

DocumentClass Class
Microsoft.Office.Interop.Word Namespace

Other Resources

DocumentClass Members