JSVsaItemType 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.

Representa el tipo del elemento.

public enum class JSVsaItemType
[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("97453226-34DD-4379-B658-005DF8F84EA1")]
public enum JSVsaItemType
[<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("97453226-34DD-4379-B658-005DF8F84EA1")>]
type JSVsaItemType = 
Public Enum JSVsaItemType
Herencia
JSVsaItemType
Atributos

Campos

Nombre Valor Description
Reference 0

Se usa para agregar una referencia a un ensamblado de .NET externo, al que se puede hacer referencia desde el código. Este tipo se usa para crear un objeto IJSVsaReferenceItem.

AppGlobal 1

Se usa para agregar un objeto global al motor de scripts de .NET. Este tipo se usa para crear un objeto IJSVsaGlobalItem.

Code 2

Se usa para crear un elemento de código para almacenar código fuente para el motor de script de .NET.

Se aplica a