IVsDebugger4::EnumCurrentlyDebuggingProjects Method (IEnumHierarchies^)

 

Returns the set of projects that have been launched through a debugger launch (F5) and that the debugger is currently debugging.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void EnumCurrentlyDebuggingProjects(
	[OutAttribute] IEnumHierarchies^% projects
)

Parameters

projects
Type: Microsoft.VisualStudio.Shell.Interop::IEnumHierarchies^

The set of projects that have been launched.

This method does not support scenarios where the user attached to the project.

Projects will only be returned if they were launched through LaunchDebugTargets4, and only if the project provided its IVsHierarchy in the project member of the VsDebugTargetInfo4 structure.

Return to top
Show: