Sdílet prostřednictvím


IVsDebugger.UnadviseDebuggerEvents – metoda (UInt32)

 

Používaný klient ukončíte upozorňování na události ladicí program.Vyžaduje soubor cookie vrácené AdviseDebuggerEvents.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)

Syntaxe

int UnadviseDebuggerEvents(
    uint dwCookie
)
int UnadviseDebuggerEvents(
    unsigned int dwCookie
)
abstract UnadviseDebuggerEvents : 
        dwCookie:uint32 -> int
Function UnadviseDebuggerEvents (
    dwCookie As UInteger
) As Integer

Parametry

Vrácená hodnota

Type: System.Int32

Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.

Poznámky

Podpis COM

Z vsshell.idl:

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

Viz také

IVsDebugger – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek