IVsUIShell::SetForegroundWindow Method ()
Visual Studio 2015
Activates the environment application window by calling the SetForegroundWindow Win32 API.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
This method puts the thread that created the specified window into the foreground and activates the window. Keyboard input is directed to the window, and various visual cues are changed for the user.
Show: