Share via


IVsUIShell8 Interface

Definition

[System.Runtime.InteropServices.Guid("afd581b8-5936-4554-830c-b1bb1ffe2693")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIShell8
[<System.Runtime.InteropServices.Guid("afd581b8-5936-4554-830c-b1bb1ffe2693")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIShell8 = interface
Public Interface IVsUIShell8
Attributes

Methods

ShowMessageBoxEx(String, String, String, OLEMSGBUTTON, OLEMSGDEFBUTTON, OLEMSGICON, Boolean, Boolean)

Shows a themed message box with the specified parameters.

ShowMessageBoxExWithHelpId(String, String, String, UInt32, OLEMSGBUTTON, OLEMSGDEFBUTTON, OLEMSGICON, Boolean, Boolean)

Shows a themed message box with the specified parameters.

Applies to