Editar e continuar (Visual Basic): Edições de declaração de classe.
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
|||||
Pro, Premium e Ultimate |
Most changes to class 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 class.
Renaming, deleting, or changing the inheritance of an existing class.
Implementing a new interface or removing the implementation of an interface.
Alterando qualquer um dos seguintes modificadores em uma classe: MustInherit, NotInheritable, or Shared.
Adicionando, alterando ou removendo ComClass status.
Changing the access modifier for a class.
Editing any generic class declaration.
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 estrutura
Editar e continuar (Visual Basic): Edição das declarações do módulo