Método IVsDebugger2.ConfirmStopDebugging (String)

 

Publicado: abril de 2016

Exibe uma mensagem para confirmar que o usuário deseja parar a depuração e a caixa de diálogo.

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

Sintaxe

int ConfirmStopDebugging(
    string pszMessage
)
int ConfirmStopDebugging(
    String^ pszMessage
)
abstract ConfirmStopDebugging : 
        pszMessage:string -> int
Function ConfirmStopDebugging (
    pszMessage As String
) As Integer

Parâmetros

  • pszMessage
    [in] A seqüência de caracteres que contém a mensagem a ser exibida na caixa de diálogo.

Valor de retorno

Type: System.Int32

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

Comentários

COM assinatura

De vsshell80.idl:

HRESULT IVsDebugger2::ConfirmStopDebugging(
   [in] LPCOLESTR pszMessage
);

Consulte também

Interface IVsDebugger2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo