UIContextChangedEventArgs.From(Boolean) Method

Definition

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.

Applies to