IVsDebugLaunchHook::OnLaunchDebugTargets Method (UInt32, array<VsDebugTargetInfo3>^, array<VsDebugTargetProcessInfo>^)

 

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)

int OnLaunchDebugTargets(
	unsigned int DebugTargetCount,
	array<VsDebugTargetInfo3>^ pDebugTargets,
	array<VsDebugTargetProcessInfo>^ pLaunchResults
)

Parameters

DebugTargetCount
Type: System::UInt32
pDebugTargets
Type: array<Microsoft.VisualStudio.Shell.Interop::VsDebugTargetInfo3>^
pLaunchResults
Type: array<Microsoft.VisualStudio.Shell.Interop::VsDebugTargetProcessInfo>^

Return Value

Type: System::Int32
Return to top
Show: