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.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

[GuidAttribute("581AD3D9-2BAA-3770-B92B-38607E1B463A")]
[ComVisibleAttribute(true)]
public enum class VSAITEMTYPE2

Member nameDescription
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.

.NET Framework
Available since 1.1
Return to top
Show: