prjScriptLanguage Enum
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.
Used by the DefaultClientScript. Two script languages are supported, ECMAScript (JScript, JavaScript) and VBScript.
public enum class prjScriptLanguage
C++/CX
public enum class prjScriptLanguage
enum prjScriptLanguage
[System.Runtime.InteropServices.Guid("D760C0E8-311E-45EB-B06C-033F8CC1E5EC")]
public enum prjScriptLanguage
[<System.Runtime.InteropServices.Guid("D760C0E8-311E-45EB-B06C-033F8CC1E5EC")>]
type prjScriptLanguage =
Public Enum prjScriptLanguage
- Inheritance
-
prjScriptLanguage
- Attributes
Name | Value | Description |
---|---|---|
prjScriptLanguageJScript | 0 | ECMAScript (JScript, JavaScript) |
prjScriptLanguageVBScript | 1 | VBScript |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |