FlavoredProject.UnadviseHierarchyEvents(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.