IVsDebugLaunch Interface
Launches the debugger. You can get an instance of this interface from the SVsDebugLaunch (SID_SVsDebugLaunch) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'宣言
<InterfaceTypeAttribute()> _
<GuidAttribute("A5412570-5FB9-11D1-A811-00A0C9110051")> _
Public Interface IVsDebugLaunch
'使用
Dim instance As IVsDebugLaunch
[InterfaceTypeAttribute()]
[GuidAttribute("A5412570-5FB9-11D1-A811-00A0C9110051")]
public interface IVsDebugLaunch
[InterfaceTypeAttribute()]
[GuidAttribute(L"A5412570-5FB9-11D1-A811-00A0C9110051")]
public interface class IVsDebugLaunch
public interface IVsDebugLaunch
Remarks
You can use one of two ways to launch the debugger: IVsDebugLaunch,and IVsSolutionBuildManager. This interface, IVsDebugLaunch, is easier to implement but does not provide as much control over the debugger as IVsSolutionBuildManager.