IVsQueryDebuggableProjectCfg Interface

Definition

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.

public interface class IVsQueryDebuggableProjectCfg
public interface class IVsQueryDebuggableProjectCfg
__interface IVsQueryDebuggableProjectCfg
[System.Runtime.InteropServices.Guid("CE25FCEE-9E4D-4EC8-856E-38E2BDB2E13B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsQueryDebuggableProjectCfg
[<System.Runtime.InteropServices.Guid("CE25FCEE-9E4D-4EC8-856E-38E2BDB2E13B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsQueryDebuggableProjectCfg = interface
Public Interface IVsQueryDebuggableProjectCfg
Attributes

Remarks

Make your implementation available through the get_CfgType method of the IVsProjectCfg2 interface.

Methods

QueryDebugTargets(UInt32, UInt32, VsDebugTargetInfo2[], UInt32[])

Returns information about a project's debugging targets.

Applies to