Share via


AutoCorrect.HangulAndAlphabetExceptions Property 

Returns a HangulAndAlphabetExceptions collection that represents the list of Hangul and alphabet AutoCorrect exceptions.

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

Usage

Dim autoCorrect1 As AutoCorrect

Dim returnValue As HangulAndAlphabetExceptions
returnValue = autoCorrect1.HangulAndAlphabetExceptions

Syntax

ReadOnly Property HangulAndAlphabetExceptions() As HangulAndAlphabetExceptions
HangulAndAlphabetExceptions HangulAndAlphabetExceptions {get;}
property HangulAndAlphabetExceptions^ HangulAndAlphabetExceptions{
    HangulAndAlphabetExceptions^ get();
}
public HangulAndAlphabetExceptions get_HangulAndAlphabetExceptions();
function get HangulAndAlphabetExceptions() : HangulAndAlphabetExceptions;

Remarks

The returned list corresponds to the list of Hangul and alphabet AutoCorrect exceptions on the Korean tab in the AutoCorrect Exceptions dialog box.

The AutoCorrect Exceptions dialog box is located in the Tools menu. Click AutoCorrect Options, then click the AutoCorrect tab, and then click the Exceptions button.

For more information on using Microsoft Word with Asian languages, see Microsoft Word help.

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