JSVsaItemType Enumeração
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
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
- Atributos
Campos
| Name | Valor | Description |
|---|---|---|
| Reference | 0 | Usado para adicionar uma referência a um assembly .NET externo, que pode depois ser referenciado a partir do código. Este tipo é usado para criar um objeto IJSVsaReferenceItem. |
| AppGlobal | 1 | Usado para adicionar um objeto global ao motor de scripts .NET. Este tipo é usado para criar um objeto IJSVsaGlobalItem. |
| Code | 2 | Usado para criar um item de código para armazenar código-fonte para o motor de scripts .NET. |