IVsQueryDebuggableProjectCfg Interface
Visual Studio 2015
Responds to queries about how the project would launch the debugger. An optional interface implemented on the project configuration object by projects that can be start projects.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | QueryDebugTargets(UInt32, UInt32, VsDebugTargetInfo2[], UInt32[]) | Returns information about a project's debugging targets. |
Make your implementation available through the get_CfgType method of the IVsProjectCfg2 interface.
Show:
