Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
Refactoring is the process of modifying code in order to make it easier to maintain, understand, and extend, but without changing its behavior.
Different refactoring operations are available for different programming languages in Visual Studio:
The pages in this section of the table of contents cover the refactorings available for C# and Visual Basic. Some examples are:
For information about refactoring C++ code, see Write and refactor code (C++).
Refactoring support for F# is provided by the Visual F# Power Tools, a third-party Visual Studio extension.