IVsDebugProcessNotify.BeforeStopDebuggingProcess(UInt32) Yöntem

Tanım

Hata ayıklama işlemini gerçekten durdurmadan önce bildirim ve hata ayıklayıcıyı durdurma nedeni sağlar.

public:
 int BeforeStopDebuggingProcess(System::UInt32 Reason);
public:
 int BeforeStopDebuggingProcess(unsigned int Reason);
int BeforeStopDebuggingProcess(unsigned int Reason);
public int BeforeStopDebuggingProcess (uint Reason);
abstract member BeforeStopDebuggingProcess : uint32 -> int
Public Function BeforeStopDebuggingProcess (Reason As UInteger) As Integer

Parametreler

Reason
UInt32

'Ndaki Hata ayıklama işlemini durdurma nedeni — STOP_DEBUGGING_PROCESS_REASON türünde bir değer

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Şunlara uygulanır