VsaItemFlag Enumeration
.NET Framework 2.0
NOTE: This enumeration is now obsolete.
Identifies the type of code item as Class, Module, or None. Namespace: Microsoft.VsaAssembly: Microsoft.Vsa (in microsoft.vsa.dll)
'Declaration <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.")> _ <GuidAttribute("40d8ce77-8139-3483-8674-bb9e3acd9b89")> _ Public Enumeration VsaItemFlag 'Usage Dim instance As VsaItemFlag
/** @attribute 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.") */
/** @attribute GuidAttribute("40d8ce77-8139-3483-8674-bb9e3acd9b89") */
public enum VsaItemFlag
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.") GuidAttribute("40d8ce77-8139-3483-8674-bb9e3acd9b89") public enum VsaItemFlag
| Member name | Description | |
|---|---|---|
| Class | Value: 2 Used when the code item is a class. | |
| Module | Value: 1 Used when the code item is a module. | |
| None | Value: 0 Used when the code item is generic or when the item type does not accept flags, such as the AppGlobal item type of the VsaItemType Enumeration. In such cases, no special flags are required to create the item. |
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: