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
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("2559D053-417E-4276-A905-193191B5816A")> _
Public Interface IVsDebuggableProjectCfg2 _
Inherits IVsDebuggableProjectCfg
'Uso
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("2559D053-417E-4276-A905-193191B5816A")>]
type IVsDebuggableProjectCfg2 =
interface
interface IVsDebuggableProjectCfg
end
public interface IVsDebuggableProjectCfg2 extends IVsDebuggableProjectCfg