LanguageVersion Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supported Visual Basic language versions.
public enum class LanguageVersion
public enum LanguageVersion
type LanguageVersion =
Public Enum LanguageVersion
- Inheritance
-
LanguageVersion
Fields
Name | Value | Description |
---|---|---|
Default | 0 | |
VisualBasic9 | 9 | |
VisualBasic10 | 10 | |
VisualBasic11 | 11 | |
VisualBasic12 | 12 | |
VisualBasic14 | 14 | |
VisualBasic15 | 15 | |
VisualBasic15_3 | 1503 | |
VisualBasic15_5 | 1505 | |
VisualBasic16 | 1600 | |
VisualBasic16_9 | 1609 | |
Latest | 2147483647 |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.