IVsShell3 Interface

 

Supplies shell services in addition to the IVsShell interface.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("07BDC931-E86D-4531-A59C-20C614D6E492")]
public interface IVsShell3

NameDescription
System_CAPS_pubmethodIsRunningElevated(Boolean)

Check to see if the application is running as an admin.

System_CAPS_pubmethodRestartElevated()

Restart the application, asking for credentials from the user if not running as administrator, or start as admin if the user has admin privileges.

Return to top
Show: