AutoCorrect.TwoInitialCapsExceptions Property 

Returns a TwoInitialCapsExceptions collection that represents the list of terms containing mixed capitalization 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 TwoInitialCapsExceptions
returnValue = autoCorrect1.TwoInitialCapsExceptions

Syntax

ReadOnly Property TwoInitialCapsExceptions() As TwoInitialCapsExceptions
TwoInitialCapsExceptions TwoInitialCapsExceptions {get;}
property TwoInitialCapsExceptions^ TwoInitialCapsExceptions{
    TwoInitialCapsExceptions^ get();
}
public TwoInitialCapsExceptions get_TwoInitialCapsExceptions();
function get TwoInitialCapsExceptions() : TwoInitialCapsExceptions;

Remarks

This list corresponds to the list of AutoCorrect exceptions on the INitial CAps tab in the AutoCorrect Exceptions dialog box (AutoCorrect Options 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