vsFontCharSet-Enumeration

Eine Enumeration, die angibt, welcher Zeichensatz bei der Anzeige von Elementen in der integrierten Entwicklungsumgebung (IDE) verwendet werden soll.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<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

Member

Membername Beschreibung
vsFontCharSetANSI ANSI
vsFontCharSetDefault Default
vsFontCharSetSymbol "Symbols"
vsFontCharSetShiftJIS Japanisch
vsFontCharSetHangeul Koreanisch
vsFontCharSetGB2312 Chinesisch (vereinfacht)
vsFontCharSetChineseBig5 Chinesisch (traditionell)
vsFontCharSetOEM OEM
vsFontCharSetJohab Koreanisch (Johab-Codierung)
vsFontCharSetHebrew Hebräisch
vsFontCharSetArabic Arabisch
vsFontCharSetGreek Griechisch
vsFontCharSetTurkish Türkisch
vsFontCharSetVietnamese Vietnamesisch
vsFontCharSetThai Thai
vsFontCharSetEastEurope Osteuropäisch
vsFontCharSetRussian Russisch
vsFontCharSetMac Macintosh
vsFontCharSetBaltic Baltisch

Siehe auch

Referenz

EnvDTE-Namespace