__VSTFF Enumeration
Visual Studio 2015
Specifies the format of the text file.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| VSTFF_BINARY | Binary handling. | |
| VSTFF_CPMASK | Mask for the codepage portion of VSTFF. | |
| VSTFF_DETECT | Extra analysis to detect encoding. | |
| VSTFF_FLAGSMASK | Mask for the flags portion of VSTFF. | |
| VSTFF_HTML | HTML. | |
| VSTFF_SIGNATURE | VS Text File Format file signature (Byte Order Mark, UTF-8 sig.). | |
| VSTFF_XML | XML. |
From textmgr.idl:
Show: