IVsDebugLaunchHook.SetNextHook(IVsDebugLaunchHook) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
int SetNextHook(Microsoft::VisualStudio::Shell::Interop::IVsDebugLaunchHook ^ pNextHook);
public:
int SetNextHook(Microsoft::VisualStudio::Shell::Interop::IVsDebugLaunchHook ^ pNextHook);
int SetNextHook(Microsoft::VisualStudio::Shell::Interop::IVsDebugLaunchHook const & pNextHook);
public int SetNextHook (Microsoft.VisualStudio.Shell.Interop.IVsDebugLaunchHook pNextHook);
abstract member SetNextHook : Microsoft.VisualStudio.Shell.Interop.IVsDebugLaunchHook -> int
Public Function SetNextHook (pNextHook As IVsDebugLaunchHook) As Integer
Parameters
- pNextHook
- IVsDebugLaunchHook