Enum ProjectLanguage
Definition of the a language has compiler support within a target project.
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.dll
Syntax
public enum ProjectLanguage
Fields
| Name | Description |
|---|---|
| CSharp | The project supports the compile of the C# programming language. |
| FSharp | The project supports the compile of the F# programming language |
| JavaScript | The project supports the compile of the java script programming language. |
| TypeScript | The project supports the compile of the type script programming language. |
| Unknown | Code factory could not determine the programming language. |
| VisualBasic | The project supports the compile of the visual basic programming language. |