Regions in PowerShell-ISE

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche

Define the start of a region with:

#region

Define the end of a region with:

#endregion

Example

#region Code-Part1
"Some 
PowerShell
Code"
#endregion Code-Part1