Compartilhar via


IVsDebugLaunchHook.SetNextHook(IVsDebugLaunchHook) Method

Definition

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

Returns

Applies to