April 2002
Intermediate to advanced
688 pages
19h 51m
English
#Region...#End Region Directive
#Region "identifier_string"
' code goes here
#End Regionidentifier_string (required; String literal)The title of the code block (or region)
Marks a block of code as an expandable and collapsible region or code block in the Visual Studio .NET editor
Code blocks delineated with the
#Region...#End Region directive
are collapsed by default.
identifier_string serves as the title to
identify the region when it is collapsed.
Code blocks defined by other directives (such as
#If) must be entirely contained within the
#Region...#End Region block.
Read now
Unlock full access