Scopes

Reference documentation for the Scopes item in the Solution Explorer

Overview

Expanding the Scopes node will show a list of all existing solution scopes. Solution scopes are not tied to anything specific but the solution itself, with a default 'globals' scope available.

Commands Summary

A summary of commands available on this item via right-click context menu:

Command
Summary

Creates a new global scope

Commands Details

The details for each command available on this item via right-click context menu:

Create new scope

Creates a new global scope. Global scopes can contain variables and methods that can be re-used across the solution. Beware how you use global scopes as it is sometimes better to encapsulate your code in form scope than exposing it to all forms.

Last updated

Was this helpful?