IVsDebugLaunchHook.SetNextHook(IVsDebugLaunchHook) 方法

定义

不要实现此接口、使用它或调用它。 使用此接口可能会破坏核心 Visual Studio 的功能。 它旨在允许调试引擎的实施者扩展现有项目系统的调试请求。

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

参数

pNextHook
IVsDebugLaunchHook

返回

Int32

适用于