IVsDebugger2.ConfirmStopDebugging(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays a dialog and message to confirm the user wants to stop debugging.
public:
int ConfirmStopDebugging(System::String ^ pszMessage);
public:
int ConfirmStopDebugging(Platform::String ^ pszMessage);
int ConfirmStopDebugging(std::wstring const & pszMessage);
public int ConfirmStopDebugging (string pszMessage);
abstract member ConfirmStopDebugging : string -> int
Public Function ConfirmStopDebugging (pszMessage As String) As Integer
Parameters
- pszMessage
- String
[in] String containing the message to display in the dialog.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsDebugger2::ConfirmStopDebugging(
[in] LPCOLESTR pszMessage
);