Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Visual Studio 中使用大纲(“编辑”选项卡 ->“大纲”)时,可以添加大纲块以进行折叠,或完全停止大纲。但是如何删除单个大纲块?
只需将光标放在轮廓块内的任意位置并按住Ctrl的同时按M,然后按键盘上的U。
另一种方法是单击Edit -> Outlining -> Stop hidden current。
区域由#region 标签在代码中定义
#region // code here #endregion
只需编辑代码并删除开始和结束标记即可删除区域。