Compartilhar via


Interface IVsDebugLaunch

 

Publicado: junho de 2016

Inicia o depurador. Você pode obter uma instância dessa interface do SVsDebugLaunch service (SID_SVsDebugLaunch).

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

[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

Métodos

Nome Descrição
System_CAPS_pubmethod DebugLaunch(UInt32)

Inicia o depurador.

System_CAPS_pubmethod QueryDebugLaunch(UInt32, Int32)

Testa se você pode iniciar o depurador com as opções especificadas.

Comentários

Você pode usar uma das duas maneiras de iniciar o depurador: IVsDebugLaunch,e IVsSolutionBuildManager. Essa interface, IVsDebugLaunch, é mais fácil de implementar, mas não oferece o máximo controle sobre o depurador como IVsSolutionBuildManager.

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo