IVsDebuggableProjectCfg2 Interface

Supports Debug Launch (F5 command). Extends IVsDebuggableProjectCfg to provide a method call (OnBeforeDebugLaunch) before launching the debugger.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("2559D053-417E-4276-A905-193191B5816A")> _
Public Interface IVsDebuggableProjectCfg2 _
    Inherits IVsDebuggableProjectCfg
'Usage
Dim instance As IVsDebuggableProjectCfg2
[InterfaceTypeAttribute()]
[GuidAttribute("2559D053-417E-4276-A905-193191B5816A")]
public interface IVsDebuggableProjectCfg2 : IVsDebuggableProjectCfg
[InterfaceTypeAttribute()]
[GuidAttribute(L"2559D053-417E-4276-A905-193191B5816A")]
public interface class IVsDebuggableProjectCfg2 : IVsDebuggableProjectCfg
public interface IVsDebuggableProjectCfg2 extends IVsDebuggableProjectCfg

See Also

Reference

IVsDebuggableProjectCfg2 Members

Microsoft.VisualStudio.Shell.Interop Namespace