Edit

Share via


VsaItemFlag Enum

Definition

Caution

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.

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

C#
public enum VsaItemFlag
C#
[System.Obsolete("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.")]
[System.Runtime.InteropServices.Guid("40d8ce77-8139-3483-8674-bb9e3acd9b89")]
public enum VsaItemFlag
Inheritance
VsaItemFlag
Attributes

Fields

Name Value Description
None 0

No type for the VSA item.

Module 1

The item is a module.

Class 2

The item is a class.

Applies to

Product Versions (Obsolete)
.NET Framework 1.1 (2.0, 3.0, 3.5)