Compartilhar via


Método IVsDebugLaunch.DebugLaunch (UInt32)

 

Publicado: abril de 2016

Inicia o depurador.

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

Sintaxe

int DebugLaunch(
    uint grfLaunch
)
int DebugLaunch(
    unsigned int grfLaunch
)
abstract DebugLaunch : 
        grfLaunch:uint32 -> int
Function DebugLaunch (
    grfLaunch As UInteger
) As Integer

Parâmetros

  • grfLaunch
    Type: System.UInt32

    [in] Bit sinalizadores, que representa opções de inicialização, formadas usando valores da __VSDBGLAUNCHFLAGS enumeração.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retornará S_OK. Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De vsshell.idl:

HRESULT IVsDebugLaunch::DebugLaunch(
   [in] VSDBGLAUNCHFLAGS grfLaunch
);

Consulte também

Interface IVsDebugLaunch
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo