CHARFMT Enumeration
CHARFMT enum -- file encoding format
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration CHARFMT
'Usage
Dim instance As CHARFMT
public enum CHARFMT
public enum class CHARFMT
public enum CHARFMT
Members
Member name | Description | |
---|---|---|
CHARFMT_UNI | Unicode | |
CHARFMT_UNI_SWAP | Byte-swapped Unicode | |
CHARFMT_MBCS | MBCS | |
CHARFMT_UTF8 | UTF-8 with file signature |
Remarks
C++
See textmgr.idl.