VS Regions

Regions


Visual Studio IDE provides an easy way to collapse long tracts of program code into short sections for better viewing and easier scrolling.

The Region directive allows you to expand or collapse a block of code.

                     

 

Region is collapsed:

The Region directive requires a title in double quotes and is not compiled like other Visual Basic source code.

Regions may be nested inside of other regions and must follow normal block rules (a region cannot start in one region and end in another).

posted @ 2015-06-17 15:02  xymum  阅读(127)  评论(0编辑  收藏  举报