Editar e continuar (Visual Basic): Edições de declaração de membro de estrutura
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
|||||
Pro, Premium e Ultimate |
Using Edit and Continue, you can make a variety of changes to structure members (properties, methods, and fields) while in Break mode. Some changes, however, are not supported, most notably changes that affect the declaration of structure members. Specifically, Edit and Continue does not support the following changes:
Adding or removing a property or method, including constructor methods (unless the method is Private and there are no occurrences of the field name in any active statement).
Changing the signature of a property or method.
Editing any method that uses generics.
Changing whether a property or method declaration implements an interface.
Alterando os modificadores de acesso de uma propriedade ou método (por exemplo, alterando Public para particular).
Adding or removing a field.
Changing the type of a field.
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
Editar e continuar (Visual Basic): Edições de declaração de membro de classe.
Editar e continuar (Visual Basic): Edições de declaração de membro de módulo