Editar e continuar (Visual Basic): Edições de declaração de estrutura
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
|||||
Pro, Premium e Ultimate |
Most changes to structure declarations are not allowed by Edit and Continue while in Break mode. Specifically, Edit and Continue does not support the following changes:
Creating a new structure
Renaming or deleting an existing structure
Implementing a new interface or removing the implementation of an interface
Changing the access modifier for a structure
If you want to make one of these changes, you must stop debugging and recompile the project.
Consulte também
Tarefas
Como: Aplicar edições no modo de interrupção com editar e continuar
Referência
Editar e continuar (Visual Basic): Não há suporte para edições de declaração
Editar e continuar (Visual Basic): Edições de declaração de classe.
Editar e continuar (Visual Basic): Edição das declarações do módulo