IVsQueryDebuggableProjectCfg2 Interface

Definition

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.

public interface class IVsQueryDebuggableProjectCfg2
public interface class IVsQueryDebuggableProjectCfg2
__interface IVsQueryDebuggableProjectCfg2
[System.Runtime.InteropServices.Guid("7666C707-8B4B-461C-B555-348C94CB79DF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsQueryDebuggableProjectCfg2
[<System.Runtime.InteropServices.Guid("7666C707-8B4B-461C-B555-348C94CB79DF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsQueryDebuggableProjectCfg2 = interface
Public Interface IVsQueryDebuggableProjectCfg2
Attributes

Methods

QueryDebugTargets(UInt32, UInt32, VsDebugTargetInfo4[], UInt32[])

Retrieves information about a project's debugging targets.

Applies to