VsaIDEMode 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.
Este tipo suporta a infraestrutura do .NET Framework e não é destinado a ser usado diretamente do seu código.
public enum class VsaIDEMode
public enum VsaIDEMode
[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("05a1147d-6c8d-3bb8-888f-8bfa319b2e6f")]
public enum VsaIDEMode
type VsaIDEMode =
[<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("05a1147d-6c8d-3bb8-888f-8bfa319b2e6f")>]
type VsaIDEMode =
Public Enum VsaIDEMode
- Herança
- Atributos
Campos
| Name | Valor | Description |
|---|---|---|
| Break | 0 | Executa o IDE em modo Break. |
| Design | 1 | Executa o IDE em modo de design. |
| Run | 2 | Executa o IDE. |