IVsDebugLaunchHook.SetNextHook Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'宣告
Function SetNextHook ( _
pNextHook As IVsDebugLaunchHook _
) As Integer
'用途
Dim instance As IVsDebugLaunchHook
Dim pNextHook As IVsDebugLaunchHook
Dim returnValue As Integer
returnValue = instance.SetNextHook(pNextHook)
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.