Udalosti
Vytváranie aplikácií a agentov umelej inteligencie
17. 3., 21 - 21. 3., 10
Pripojte sa k sérii meetup a vytvorte škálovateľné riešenia AI na základe prípadov reálneho používania so spolupracovníkmi a odborníkmi.
Zaregistrovať saTento prehliadač už nie je podporovaný.
Inovujte na Microsoft Edge a využívajte najnovšie funkcie, aktualizácie zabezpečenia a technickú podporu.
Collapses and hides sections of code in Visual Basic files.
#Region string_literal
' 0 or more statements
#End Region
Term | Definition |
---|---|
#Region |
Required. Specify the start of a region. |
string_literal |
Required. String (enclosed between double quotes) that acts as the title of a region when it is collapsed. Regions are collapsed by default. |
#End Region |
Required. Terminates the #Region block. |
Use the #Region
directive to specify a block of code to expand or collapse when using the outlining feature of Visual Studio IDE. You can place, or nest, regions within other regions to group similar regions together.
This example uses the #Region
directive.
#Region "MathFunctions"
' Insert code for the Math functions here.
#End Region
Pripomienky k produktu .NET
.NET je open-source projekt. Ak chcete poskytnúť pripomienky, vyberte prepojenie:
Udalosti
Vytváranie aplikácií a agentov umelej inteligencie
17. 3., 21 - 21. 3., 10
Pripojte sa k sérii meetup a vytvorte škálovateľné riešenia AI na základe prípadov reálneho používania so spolupracovníkmi a odborníkmi.
Zaregistrovať sa