Language 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.
Languages supported for code generation.
public enum class Language
public enum class Language
enum Language
public enum Language
type Language =
Public Enum Language
- Inheritance
-
Language
Fields
Name | Value | Description |
---|---|---|
CSharp | 0 | The C# programming language. |
CSharpVersion3 | 1 | The C# programming language v3 (for Linq, etc) |
CSharpVersion2 | 2 | The C# programming language v2 |
VisualBasic | 3 | The Visual Basic programming language |
JScript | 4 | The Managed JScript programming language |