Método IVsDebugger.UnadviseDebuggerEvents (UInt32)
Usado por um cliente para interromper o recebimento de notificações de eventos do depurador.Requer o cookie retornado por AdviseDebuggerEvents.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int UnadviseDebuggerEvents(
uint dwCookie
)
int UnadviseDebuggerEvents(
unsigned int dwCookie
)
abstract UnadviseDebuggerEvents :
dwCookie:uint32 -> int
Function UnadviseDebuggerEvents (
dwCookie As UInteger
) As Integer
Parâmetros
- dwCookie
[in] O cookie retornado pela chamada para AdviseDebuggerEvents.
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 vsshell.idl:
HRESULT IVsDebugger::UnadviseDebuggerEvents(
[in] VSCOOKIE dwCookie
);
Consulte também
Interface IVsDebugger
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo