UIContextChangedEventArgs::From Method (Boolean)

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static UIContextChangedEventArgs^ From(
	bool activated
)

Parameters

activated
Type: System::Boolean

True if the context is activated, otherwise false.

Return Value

Type: Microsoft.VisualStudio.Shell::UIContextChangedEventArgs^

The event args for either an activated or unactivated UI context.

Return to top
Show: