IVsDebugLaunchHook Interface
Do not implement this interface, consume it, or call it. Using this interface may break core Visual Studio functionality. It is intended to allow implementers of debug engines to extend the debugging requests of existing project systems.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("9040E456-FF48-41FF-AEDD-D5EB36A0DDFB")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsDebugLaunchHook
[GuidAttribute("9040E456-FF48-41FF-AEDD-D5EB36A0DDFB")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDebugLaunchHook
[GuidAttribute(L"9040E456-FF48-41FF-AEDD-D5EB36A0DDFB")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsDebugLaunchHook
[<GuidAttribute("9040E456-FF48-41FF-AEDD-D5EB36A0DDFB")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDebugLaunchHook = interface end
public interface IVsDebugLaunchHook
The IVsDebugLaunchHook type exposes the following members.
Methods
Name | Description | |
---|---|---|
IsProcessRecycleRequired | Do not implement this interface, consume it, or call it. Using this interface may break core Visual Studio functionality. It is intended to allow implementers of debug engines to extend the debugging requests of existing project systems. | |
OnLaunchDebugTargets | Do not implement this interface, consume it, or call it. Using this interface may break core Visual Studio functionality. It is intended to allow implementers of debug engines to extend the debugging requests of existing project systems. | |
SetNextHook | Do not implement this interface, consume it, or call it. Using this interface may break core Visual Studio functionality. It is intended to allow implementers of debug engines to extend the debugging requests of existing project systems. |
Top