Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use the #Region directive to specify a block of code that you can expand or collapse when using the outlining feature of the Visual Studio Code Editor. The start and end of #Region statements must be in the same code block.
Error ID: BC30681
To correct this error
- Insert
#End Regionat the appropriate place in the code after the#Regionstatement.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.