JSVsaItemFlag Enumeración

Definición

Precaución

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.

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

public enum class JSVsaItemFlag
[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.ComVisible(true)]
[System.Runtime.InteropServices.Guid("55BB0B6C-7629-4824-97FF-78A6928E92A7")]
public enum JSVsaItemFlag
[<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.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("55BB0B6C-7629-4824-97FF-78A6928E92A7")>]
type JSVsaItemFlag = 
Public Enum JSVsaItemFlag
Herencia
JSVsaItemFlag
Atributos

Campos

Class 2

Se utiliza cuando el elemento de código es genérico o cuando el tipo de elemento no acepta marcas. En estos casos, no se requieren marcas especiales para crear el elemento.

Module 1

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

None 0

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

Se aplica a