VsaItemType 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.
Identifica o tipo de item como Código, Referência ou AppGlobal.
public enum class VsaItemType
public enum VsaItemType
[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.Guid("a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")]
public enum VsaItemType
type VsaItemType =
[<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.Guid("a9f6f86e-fcf5-3d8d-97e4-0fe6c7fe2274")>]
type VsaItemType =
Public Enum VsaItemType
- Herança
- Atributos
Campos
| Name | Valor | Description |
|---|---|---|
| Reference | 0 | O tipo de item é Referência. |
| AppGlobal | 1 | O tipo de item é AppGlobal. |
| Code | 2 | O tipo de item é Código. |