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)
Syntax
'Declaration
<GuidAttribute("7666C707-8B4B-461C-B555-348C94CB79DF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsQueryDebuggableProjectCfg2
[GuidAttribute("7666C707-8B4B-461C-B555-348C94CB79DF")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsQueryDebuggableProjectCfg2
[GuidAttribute(L"7666C707-8B4B-461C-B555-348C94CB79DF")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsQueryDebuggableProjectCfg2
[<GuidAttribute("7666C707-8B4B-461C-B555-348C94CB79DF")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsQueryDebuggableProjectCfg2 = interface end
public interface IVsQueryDebuggableProjectCfg2
The IVsQueryDebuggableProjectCfg2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
QueryDebugTargets | Retrieves information about a project's debugging targets. |
Top