VSAITEMTYPE2 Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Extends the VsaItemType enumeration. Provides extra functionality that is needed by an IActiveScript host.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
| Member name | Description | |
|---|---|---|
| EXPRESSION | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies an expression. This applies to an IVsaScriptCodeItem. | |
| HOSTOBJECT | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies a host object. | |
| HOSTSCOPE | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the scope. | |
| HOSTSCOPEANDOBJECT | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies both the scope and the object. | |
| None | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies none. This is the default value. | |
| SCRIPTBLOCK | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies a script block. This applies to an IVsaScriptCodeItem. | |
| SCRIPTSCOPE | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the script scope. | |
| STATEMENT | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies a single statement. This applies to an IVsaScriptCodeItem. |
Available since 1.1