This documentation is archived and is not being maintained.

JSVsaItemFlag Enumeration

Note: This API is now obsolete.

Identifies the type of code item as Class, Module, or None.

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

[ComVisibleAttribute(true)]
[GuidAttribute(L"55BB0B6C-7629-4824-97FF-78A6928E92A7")]
[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.")]
public enum class JSVsaItemFlag

Member nameDescription
NoneUsed when the code item is a class.
ModuleUsed when the code item is a module.
ClassUsed when the code item is generic or when the item type does not accept flags. In such cases, no special flags are required to create the item.

.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: