IVsDebugLaunchHook 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("9040E456-FF48-41FF-AEDD-D5EB36A0DDFB")> _
Public Interface IVsDebugLaunchHook
'用途
Dim instance As IVsDebugLaunchHook
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("9040E456-FF48-41FF-AEDD-D5EB36A0DDFB")]
public interface IVsDebugLaunchHook
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"9040E456-FF48-41FF-AEDD-D5EB36A0DDFB")]
public interface class IVsDebugLaunchHook
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("9040E456-FF48-41FF-AEDD-D5EB36A0DDFB")>]
type IVsDebugLaunchHook = interface end
public interface IVsDebugLaunchHook