Udostępnij za pośrednictwem


Interfejs IVsDebugLaunch

 

Uruchamia debuger.Można pobrać wystąpienie tego interfejsu, z SVsDebugLaunch (SID_SVsDebugLaunch), usługa.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

[GuidAttribute("A5412570-5FB9-11D1-A811-00A0C9110051")]
[InterfaceTypeAttribute(1)]
public interface IVsDebugLaunch
[GuidAttribute("A5412570-5FB9-11D1-A811-00A0C9110051")]
[InterfaceTypeAttribute(1)]
public interface class IVsDebugLaunch
[<GuidAttribute("A5412570-5FB9-11D1-A811-00A0C9110051")>]
[<InterfaceTypeAttribute(1)>]
type IVsDebugLaunch = interface end
<GuidAttribute("A5412570-5FB9-11D1-A811-00A0C9110051")>
<InterfaceTypeAttribute(1)>
Public Interface IVsDebugLaunch

Metody

Nazwa Opis
System_CAPS_pubmethod DebugLaunch(UInt32)

Uruchamia debuger.

System_CAPS_pubmethod QueryDebugLaunch(UInt32, Int32)

Sprawdza, czy można uruchomić debugera z określonych opcji.

Uwagi

Można użyć jednej z dwóch sposobów, aby uruchomić narzędzie debugger: IVsDebugLaunch, i IVsSolutionBuildManager.Ten interfejs IVsDebugLaunch, jest łatwiejsza do zaimplementowania, ale nie zapewnia jak najwięcej kontroli nad debugera jako IVsSolutionBuildManager.

Zobacz też

Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku