且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在项目中重命名命名空间。

更新时间:2023-09-18 08:54:28

您应该使用Visual Studio选项中的重构来重命名。



您可以在这里了解有关重命名重构的更多信息 [ ^ ]。您应该考虑读取表格,以及其中的命名空间部分。它解释了重构工具所做的工作。
You should use the Refactor from the Visual Studio's options to Rename things.

You can learn more on Rename Refactoring here[^]. You should consider reading the table, and the namespace section in it. It explains the work done by the Refactoring tool.