CHARFMT Enumeration

Represents the file encoding.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Public Enumeration CHARFMT
public enum CHARFMT
public enum class CHARFMT
type CHARFMT
public enum CHARFMT

Members

Member name Description
CHARFMT_MBCS MBCS encoding.
CHARFMT_UNI Unicode encoding.
CHARFMT_UNI_SWAP Byte-swapped Unicode encoding.
CHARFMT_UTF8 UTF-8 with file signature encoding.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace