__VSFORMATINDEX Enumeration
Visual Studio 2015
Represents file format encodings.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| VSFORMATINDEX_MBCS | Multi-byte (such as ANSI) | |
| VSFORMATINDEX_UNICODE | Unicode | |
| VSFORMATINDEX_UTF8 | UTF-8 |
These values are standard File Format types that can be passed as nFormatIndex to the IVsStructuredFileIO implementation of the Environment. Projects and Editors/Designers that implement IPersistFileFormat can use other values for nFormatIndex, but are encouraged to use these VSFORMATINDEX values.
Show: