IVsShell4 Interface
Provides a method to restart the shell.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("7AB9748C-7F33-4996-8B00-091B562950A5")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsShell4
[GuidAttribute("7AB9748C-7F33-4996-8B00-091B562950A5")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsShell4
[GuidAttribute(L"7AB9748C-7F33-4996-8B00-091B562950A5")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsShell4
[<GuidAttribute("7AB9748C-7F33-4996-8B00-091B562950A5")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsShell4 = interface end
public interface IVsShell4
The IVsShell4 type exposes the following members.
Methods
Name | Description | |
---|---|---|
Restart | Restarts the shell. |
Top