Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the format of the text file.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration __VSTFF
public enum __VSTFF
public enum class __VSTFF
type __VSTFF
public enum __VSTFF
Members
Member name | Description | |
---|---|---|
VSTFF_SIGNATURE | VS Text File Format file signature (Byte Order Mark, UTF-8 sig.). | |
VSTFF_DETECT | Extra analysis to detect encoding. | |
VSTFF_HTML | HTML. | |
VSTFF_XML | XML. | |
VSTFF_BINARY | Binary handling. | |
VSTFF_CPMASK | Mask for the codepage portion of VSTFF. | |
VSTFF_FLAGSMASK | Mask for the flags portion of VSTFF. |
Remarks
COM Signature
From textmgr.idl: