vsFontCharSet 枚举

描述在集成开发环境 (IDE) 中显示项时要使用的字符集的枚举。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
<GuidAttribute("705CD8A4-D29B-11D2-AABD-00C04F688DDE")> _
Public Enumeration vsFontCharSet
[GuidAttribute("705CD8A4-D29B-11D2-AABD-00C04F688DDE")]
public enum vsFontCharSet
[GuidAttribute(L"705CD8A4-D29B-11D2-AABD-00C04F688DDE")]
public enum class vsFontCharSet
[<GuidAttribute("705CD8A4-D29B-11D2-AABD-00C04F688DDE")>]
type vsFontCharSet
public enum vsFontCharSet

成员

成员名称 说明
vsFontCharSetANSI ANSI
vsFontCharSetArabic 阿拉伯语
vsFontCharSetBaltic 波罗的语
vsFontCharSetChineseBig5 繁体中文
vsFontCharSetDefault 默认
vsFontCharSetEastEurope 东欧
vsFontCharSetGB2312 简体中文
vsFontCharSetGreek 希腊语
vsFontCharSetHangeul 朝鲜语
vsFontCharSetHebrew 希伯来语
vsFontCharSetJohab 朝鲜语(Johab 编码)
vsFontCharSetMac Macintosh
vsFontCharSetOEM OEM
vsFontCharSetRussian 俄语
vsFontCharSetShiftJIS 日语
vsFontCharSetSymbol 符号
vsFontCharSetThai 泰语
vsFontCharSetTurkish 土耳其语
vsFontCharSetVietnamese 越南语

请参阅

参考

EnvDTE 命名空间