rename refactoring meaning in English
更名重构
Examples
- Menu . object browser when you select an identifier in object browser , rename refactoring is only available from the
在“对象浏览器”中选择标识符时,只能在“重构”菜单中使用重命名重构功能。 - A rename refactoring operation is performed when you rename a component from the properties window or document outline window
,则在“属性”窗口或“文档大纲”窗口中重命名组件时将执行重命名重构操作。 - The undo command ctrl z will only undo rename refactoring within the code and will not change the file name back to the original name
“撤消”命令( ctrl + z )将仅撤消代码中的重命名重构操作,而不会将文件名改回原始名称。 - If the selected source file contains a class whose class name is the same as the file name , then you can use this command to simultaneously rename the source file and execute rename refactoring
如果选定的源文件包含类名与文件名相同的类,则可以使用此命令同时重命名源文件并执行重命名重构。 - If the selected source file does not contain a class whose name is the same as the file name , then the rename command in solution explorer will only rename the source file and will not execute rename refactoring
如果选定的源文件不包含类名与文件名相同的类,则“解决方案资源管理器”中的“重命名”命令将仅重命名源文件,而不会执行重命名重构。