FlavoredProject::UnadviseHierarchyEvents Method (UInt32)

 

Disables client notification of hierarchy events.

Namespace:   Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual void UnadviseHierarchyEvents(
	unsigned int cookie
)

Parameters

cookie
Type: System::UInt32

The unique identifier that was handed back with AdviseHierarchyEvents.

This method calls UnadviseHierarchyEvents on the inner project.

Return to top
Show: