Share via


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

Siehe auch

Referenz

EnvDTE-Namespace