Editar e continuar (Visual Basic): Edições nas definições de interface.
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
|||||
Pro, Premium e Ultimate |
Embora freqüentemente tem permissão para fazer alterações nos membros que implementam interfaces, definições de interface real geralmente não são permitidas alterações pelo Edit and Continue. Specifically, Edit and Continue does not support the following changes:
Defining a new interface.
Adding, changing, or removing interface members.
Deleting an existing interface.
Changing the access modifier of an interface.
Changing the interface inheritance hierarchy.
If you want to make one of these changes, you must stop debugging and recompile your 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