IVsDebugger.UnadviseDebuggerEvents(UInt32) Método

Definição

Usado por um cliente para parar de receber notificações de eventos do depurador. Requer o cookie retornado por AdviseDebuggerEvents(IVsDebuggerEvents, UInt32) .

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

Parâmetros

dwCookie
UInt32

no O cookie retornado pela chamada para AdviseDebuggerEvents(IVsDebuggerEvents, UInt32) .

Retornos

Int32

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

Comentários

Assinatura COM

De VSShell. idl:

HRESULT IVsDebugger::UnadviseDebuggerEvents(  
   [in] VSCOOKIE dwCookie  
);  

Aplica-se a