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 al 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

AppGlobal 1

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

Code 2

Se utiliza para crear un elemento de código con el fin de almacenar el código fuente del motor de scripts de .NET.

Reference 0

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

Se aplica a