JSVsaItemFlag Enumeration
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
Microsoft.JScript.Vsa
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
Return to top
Identifies the type of code item as Class, Module, or None.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
[GuidAttribute("55BB0B6C-7629-4824-97FF-78A6928E92A7")] [ObsoleteAttribute("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)] public enum class JSVsaItemFlag
| Member name | Description | |
|---|---|---|
| Class | Used 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. | |
| Module | Used when the code item is a module. | |
| None | Used when the code item is a class. |
.NET Framework
Available since 4.0
Available since 4.0
Show: