UIContextChangedEventArgs.From(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static Microsoft::VisualStudio::Shell::UIContextChangedEventArgs ^ From(bool activated);
public static Microsoft.VisualStudio.Shell.UIContextChangedEventArgs From (bool activated);
static member From : bool -> Microsoft.VisualStudio.Shell.UIContextChangedEventArgs
Public Shared Function From (activated As Boolean) As UIContextChangedEventArgs
Parameters
- activated
- Boolean
True if the context is activated, otherwise false.
Returns
The event args for either an activated or unactivated UI context.