Share via


AutoCorrect.OtherCorrectionsExceptions Property 

Returns a OtherCorrectionsExceptions collection that represents the list of words that Microsoft Word won't correct automatically.

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

Usage

Dim autoCorrect1 As AutoCorrect

Dim returnValue As OtherCorrectionsExceptions
returnValue = autoCorrect1.OtherCorrectionsExceptions

Syntax

ReadOnly Property OtherCorrectionsExceptions() As OtherCorrectionsExceptions
OtherCorrectionsExceptions OtherCorrectionsExceptions {get;}
property OtherCorrectionsExceptions^ OtherCorrectionsExceptions{
    OtherCorrectionsExceptions^ get();
}
public OtherCorrectionsExceptions get_OtherCorrectionsExceptions();
function get OtherCorrectionsExceptions() : OtherCorrectionsExceptions;

Remarks

This list corresponds to the list of AutoCorrect exceptions on the Other Corrections tab in the AutoCorrect Exceptions dialog box (AutoCorrect command, Tools menu).

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

AutoCorrect Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

AutoCorrect Members