_dispWindowEvents.WindowActivated-Methode
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.
Nur für die interne Verwendung durch Microsoft vorgesehen.
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
)
Parameter
GotFocus
Typ: EnvDTE.WindowDas Fenster, das den Fokus erhalten hat.
LostFocus
Typ: EnvDTE.WindowDas Fenster, das den Fokus verloren hat.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.