Scopes

Reference documentation for the Scopes item in the Solution Explorer

Overview

Commands Summary

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

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