This documentation is archived and is not being maintained.
JSVsaItemType Enumeration
Visual Studio 2010
Note: This API is now obsolete.
Represents the type of the item.
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 name | Description | |
|---|---|---|
| Reference | Used 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 | |
| AppGlobal | Used to add a global object to the .NET script engine. This type is used to create an IJSVsaGlobalItem object. | |
| Code | Used to create a code item for storing source code for the .NET script engine. |
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: