IVsDebugger.UnadviseDebugEventCallback(Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Usado por um cliente para parar de receber notificações de eventos do depurador. Em geral, use AdviseDebuggerEvents(IVsDebuggerEvents, UInt32) e UnadviseDebuggerEvents(UInt32) em vez disso.
public:
int UnadviseDebugEventCallback(System::Object ^ punkDebuggerEvents);
public:
int UnadviseDebugEventCallback(Platform::Object ^ punkDebuggerEvents);
int UnadviseDebugEventCallback(winrt::Windows::Foundation::IInspectable const & punkDebuggerEvents);
public int UnadviseDebugEventCallback (object punkDebuggerEvents);
abstract member UnadviseDebugEventCallback : obj -> int
Public Function UnadviseDebugEventCallback (punkDebuggerEvents As Object) As Integer
Parâmetros
- punkDebuggerEvents
- Object
no Ponteiro para a IUnknown interface de um objeto que também implementa IVsDebuggerEvents .
Retornos
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::UnadviseDebugEventCallback(
[in]IUnknown *punkDebuggerEvents
);