IVsUIShell3 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extends the functionality of the IVsUIShell interface by providing access to additional window functionalities.
public interface class IVsUIShell3
public interface class IVsUIShell3
__interface IVsUIShell3
[System.Runtime.InteropServices.Guid("1C763D26-637C-46F8-A55C-6ECC84DF4E4F")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsUIShell3
[System.Runtime.InteropServices.Guid("1C763D26-637C-46F8-A55C-6ECC84DF4E4F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIShell3
[<System.Runtime.InteropServices.Guid("1C763D26-637C-46F8-A55C-6ECC84DF4E4F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsUIShell3 = interface
[<System.Runtime.InteropServices.Guid("1C763D26-637C-46F8-A55C-6ECC84DF4E4F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIShell3 = interface
Public Interface IVsUIShell3
- Attributes
Methods
ReportErrorInfo2(Int32, Boolean) |
Report error information, allowing the caller to suppress the UAC dialog box. |
SuppressRestart(Boolean) |
Enable and disable showing the User Account Control (UAC) restart dialog box. |