_dispWindowEvents.WindowActivated Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Sub WindowActivated ( _
GotFocus As Window, _
LostFocus As Window _
)
void WindowActivated(
Window GotFocus,
Window LostFocus
)
void WindowActivated(
[InAttribute] Window^ GotFocus,
[InAttribute] Window^ LostFocus
)
abstract WindowActivated :
GotFocus:Window *
LostFocus:Window -> unit
function WindowActivated(
GotFocus : Window,
LostFocus : Window
)
Parameters
GotFocus
Type: EnvDTE.WindowThe window that got the focus.
LostFocus
Type: EnvDTE.WindowThe window that lost the focus.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.