__VSTFF 枚举

指定文本文件的格式。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
Public Enumeration __VSTFF
public enum __VSTFF
public enum class __VSTFF
type __VSTFF
public enum __VSTFF

成员

成员名称 说明
VSTFF_BINARY 二进制处理。
VSTFF_CPMASK VSTFF 的代码页部分掩码。
VSTFF_DETECT 检测编码的额外分析。
VSTFF_FLAGSMASK VSTFF 的标志部分掩码。
VSTFF_HTML HTML.
VSTFF_SIGNATURE 与文本文件格式文件签名 (字节顺序标记, UTF-8 信号)。
VSTFF_XML XML。

备注

COM 签名

从 textmgr.idl:

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间