IVsCfgProvider2.UnadviseCfgProviderEvents – metoda (UInt32)
Zruší registraci pro oznamování událostí konfigurace.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int UnadviseCfgProviderEvents(
uint dwCookie
)
int UnadviseCfgProviderEvents(
unsigned int dwCookie
)
abstract UnadviseCfgProviderEvents :
dwCookie:uint32 -> int
Function UnadviseCfgProviderEvents (
dwCookie As UInteger
) As Integer
Parametry
- dwCookie
[v] Zrušení registrace představující token.
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 IVsCfgProvider2::UnadviseCfgProviderEvents(
[in] VSCOOKIE dwCookie
);
Token v dwCookie vrátil AdviseCfgProviderEvents při zahájení registrace.
Viz také
IVsCfgProvider2 – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek