IVsShell3::RestartElevated Method ()
Visual Studio 2015
Restart the application, asking for credentials from the user if not running as administrator, or start as admin if the user has admin privileges.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
From vsshell90.idl:
HRESULT RestartElevated();
Show: