Scopes
Reference documentation for the Scopes item in the Solution Explorer
Last updated
Reference documentation for the Scopes item in the Solution Explorer
Last updated
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.
A summary of commands available on this item via right-click context menu:
Command | Summary |
---|---|
The details for each command available on this item via right-click context menu:
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.
Creates a new global scope