__VSTFF Enumeration

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_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.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace