IVsUIShell7.UnadviseWindowFrameEvents(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.
Called to stop listening to events affecting all IVsWindowFrames
public:
void UnadviseWindowFrameEvents(System::UInt32 cookie);
public:
void UnadviseWindowFrameEvents(unsigned int cookie);
void UnadviseWindowFrameEvents(unsigned int cookie);
public void UnadviseWindowFrameEvents (uint cookie);
abstract member UnadviseWindowFrameEvents : uint32 -> unit
Public Sub UnadviseWindowFrameEvents (cookie As UInteger)
Parameters
- cookie
- UInt32
The listener cookie.