VsaItemFlag (Enumeración)

Nota: Esta API está obsoleta.

Identifica el tipo de elemento de código como Class, Module o None.

Espacio de nombres:  Microsoft.Vsa
Ensamblado:  Microsoft.Vsa (en Microsoft.Vsa.dll)

Sintaxis

'Declaración
<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
[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
[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.")]
[GuidAttribute(L"40d8ce77-8139-3483-8674-bb9e3acd9b89")]
public enum class 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")>]
type VsaItemFlag
public enum VsaItemFlag

Miembros

Nombre de miembro Descripción
Class Valor: 2

Se utiliza cuando el elemento de código es una clase.

Module Valor: 1

Se utiliza cuando el elemento de código es un módulo.

None Valor: 0

Utiliza cuando el elemento de código es genérico o cuando el tipo de elemento no acepta indicadores, por ejemplo, el tipo de elemento AppGlobal de la VsaItemType Enumeration. En estos casos, no se requieren marcas especiales para crear el elemento.

Vea también

Referencia

Microsoft.Vsa (Espacio de nombres)