_dispWindowEvents.WindowActivated(Window, Window) 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.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void WindowActivated(EnvDTE::Window ^ GotFocus, EnvDTE::Window ^ LostFocus);
public:
void WindowActivated(EnvDTE::Window ^ GotFocus, EnvDTE::Window ^ LostFocus);
void WindowActivated(EnvDTE::Window const & GotFocus, EnvDTE::Window const & LostFocus);
[System.Runtime.InteropServices.DispId(3)]
public void WindowActivated (EnvDTE.Window GotFocus, EnvDTE.Window LostFocus);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member WindowActivated : EnvDTE.Window * EnvDTE.Window -> unit
Public Sub WindowActivated (GotFocus As Window, LostFocus As Window)
Parameters
- GotFocus
- Window
The window that got the focus.
- LostFocus
- Window
The window that lost the focus.
- Attributes