共用方式為


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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsDebugLaunchHook Interface

IVsDebugLaunchHook Members

Microsoft.VisualStudio.Shell.Interop Namespace