IVsHierarchy.UnadviseHierarchyEvents – metoda (UInt32)
Zakáže klienta oznamování událostí hierarchie bez nutnosti, že hierarchie implementovat IConnectionPointContainer.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
int UnadviseHierarchyEvents(
uint dwCookie
)
int UnadviseHierarchyEvents(
unsigned int dwCookie
)
abstract UnadviseHierarchyEvents :
dwCookie:uint32 -> int
Function UnadviseHierarchyEvents (
dwCookie As UInteger
) As Integer
- dwCookie
[v] Abstraktní popisovač klienta, který byl zakázán příjem oznámení události hierarchie.
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Jedná se o stejnou dwCookie , zahrnuté ve volání AdviseHierarchyEvents.
Z vsshell.idl:
HRESULT IVsHierarchy::UnadviseHierarchyEvents(
[in] VSCOOKIE dwCookie
);
IVsHierarchy – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek