IVsQueryDebuggableProjectCfg2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |