FlavoredProject.UnadviseHierarchyEvents(UInt32) Method

Definition

Disables client notification of hierarchy events.

protected:
 virtual void UnadviseHierarchyEvents(System::UInt32 cookie);
protected:
 virtual void UnadviseHierarchyEvents(unsigned int cookie);
 virtual void UnadviseHierarchyEvents(unsigned int cookie);
protected virtual void UnadviseHierarchyEvents (uint cookie);
abstract member UnadviseHierarchyEvents : uint32 -> unit
override this.UnadviseHierarchyEvents : uint32 -> unit
Protected Overridable Sub UnadviseHierarchyEvents (cookie As UInteger)

Parameters

cookie
UInt32

The unique identifier that was handed back with AdviseHierarchyEvents(IVsHierarchyEvents).

Remarks

This method calls UnadviseHierarchyEvents on the inner project.

Applies to