vsFontCharSet 列舉型別

列舉型別,描述在整合式開發環境 (IDE) 中顯示項目時所使用的字元集 (Character Set)。

命名空間:  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
vsFontCharSetDefault 預設
vsFontCharSetSymbol 符號
vsFontCharSetShiftJIS 日文
vsFontCharSetHangeul 韓文
vsFontCharSetGB2312 簡體中文
vsFontCharSetChineseBig5 繁體中文
vsFontCharSetOEM OEM
vsFontCharSetJohab 韓文 (Johab 編碼)
vsFontCharSetHebrew 希伯來文
vsFontCharSetArabic 阿拉伯文
vsFontCharSetGreek 希臘文
vsFontCharSetTurkish 土耳其文
vsFontCharSetVietnamese 越南文
vsFontCharSetThai 泰文
vsFontCharSetEastEurope 東歐
vsFontCharSetRussian 俄文
vsFontCharSetMac Macintosh
vsFontCharSetBaltic 波羅的海文

請參閱

參考

EnvDTE 命名空間