Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Function SetNextHook ( _
pNextHook As IVsDebugLaunchHook _
) As Integer
int SetNextHook(
IVsDebugLaunchHook pNextHook
)
int SetNextHook(
[InAttribute] IVsDebugLaunchHook^ pNextHook
)
abstract SetNextHook :
pNextHook:IVsDebugLaunchHook -> int
function SetNextHook(
pNextHook : IVsDebugLaunchHook
) : int
Parameters
- pNextHook
Type: Microsoft.VisualStudio.Shell.Interop.IVsDebugLaunchHook
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.