IVsShell4 Interface

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

Syntax

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("7AB9748C-7F33-4996-8B00-091B562950A5")> _
Public Interface IVsShell4
‘사용 방법
Dim instance As IVsShell4
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("7AB9748C-7F33-4996-8B00-091B562950A5")]
public interface IVsShell4
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"7AB9748C-7F33-4996-8B00-091B562950A5")]
public interface class IVsShell4
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("7AB9748C-7F33-4996-8B00-091B562950A5")>]
type IVsShell4 =  interface end
public interface IVsShell4

See Also

Reference

IVsShell4 Members

Microsoft.VisualStudio.Shell.Interop Namespace