Udostępnij za pośrednictwem


Metoda IVsDebugger2.ConfirmStopDebugging — (String)

 

Wyświetla okno dialogowe i komunikat potwierdzenia, że użytkownik chce przerwać debugowanie.

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

Składnia

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

Parametry

  • pszMessage
    Type: System.String

    [in] Ciąg zawierający komunikat wyświetlany w oknie dialogowym.

Wartość zwracana

Type: System.Int32

Jeśli metoda zakończy się pomyślnie, zwraca S_OK. Jeśli nie, zwraca kod błędu.

Uwagi

Podpis COM

Z vsshell80.idl:

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

Zobacz też

Interfejs IVsDebugger2
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku