IVsUIShell3 Interface

Extends the functionality of the IVsUIShell interface by providing access to additional window functionalities.

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

Syntax

'Declaration
<GuidAttribute("1C763D26-637C-46F8-A55C-6ECC84DF4E4F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsUIShell3
[GuidAttribute("1C763D26-637C-46F8-A55C-6ECC84DF4E4F")]
[InterfaceTypeAttribute()]
public interface IVsUIShell3
[GuidAttribute(L"1C763D26-637C-46F8-A55C-6ECC84DF4E4F")]
[InterfaceTypeAttribute()]
public interface class IVsUIShell3
[<GuidAttribute("1C763D26-637C-46F8-A55C-6ECC84DF4E4F")>]
[<InterfaceTypeAttribute()>]
type IVsUIShell3 =  interface end
public interface IVsUIShell3

The IVsUIShell3 type exposes the following members.

Methods

  Name Description
Public method ReportErrorInfo2 Report error information, allowing the caller to suppress the UAC dialog box.
Public method SuppressRestart Enable and disable showing the User Account Control (UAC) restart dialog box.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace