__VSTFF Enumeration

Specifies text file format.

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

Syntax

'Declaration
Public Enumeration __VSTFF
'Usage
Dim instance As __VSTFF
public enum __VSTFF
public enum class __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:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace