This documentation is archived and is not being maintained.

JSVsaItemType Enumeration

Note: This API is now obsolete.

Represents the type of the item.

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

[ObsoleteAttribute(L"Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[ComVisibleAttribute(true)]
[GuidAttribute(L"97453226-34DD-4379-B658-005DF8F84EA1")]
public enum class JSVsaItemType

Member nameDescription
ReferenceUsed to add a reference to an external .NET assembly, which can then be referenced from code. This type is used to create an IJSVsaReferenceItem object
AppGlobalUsed to add a global object to the .NET script engine. This type is used to create an IJSVsaGlobalItem object.
CodeUsed to create a code item for storing source code for the .NET script engine.

.NET Framework

Obsolete (compiler warning) in 4

.NET Framework Client Profile

Obsolete (compiler warning) in 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: