JSVsaItemType Enumeração

Definição

Cuidado

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 o tipo do item.

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
Herança
JSVsaItemType
Atributos

Campos

AppGlobal 1

Usado para adicionar um objeto global ao mecanismo de script do .NET. Esse tipo é usado para criar um objeto IJSVsaGlobalItem.

Code 2

Usado para criar um item de código para armazenar código-fonte para o mecanismo de script do .NET.

Reference 0

Usado para adicionar uma referência a um assembly externo do .NET, que pode ser referenciado no código. Esse tipo é usado para criar um objeto IJSVsaReferenceItem.

Aplica-se a