IVsQueryDebuggableProjectCfg2 Interface

 

Responds to queries about how the project would launch the debugger. Implemented by a project system that supports Debug Launch (F5 command), and that needs to return additional information that is not supported by the IVsQueryDebuggableProjectCfg2 interface.

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

[GuidAttribute("7666C707-8B4B-461C-B555-348C94CB79DF")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsQueryDebuggableProjectCfg2

NameDescription
System_CAPS_pubmethodQueryDebugTargets(UInt32, UInt32, VsDebugTargetInfo4[], UInt32[])

Retrieves information about a project's debugging targets.

Return to top
Show: