IVsSolutionUIHierarchyWindow.UnadviseSolutionUIEvents(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.
Unregister an event sink so that it will no longer receive events from the Solution Explorer window.
public:
void UnadviseSolutionUIEvents(System::UInt32 dwCookie);
public:
void UnadviseSolutionUIEvents(unsigned int dwCookie);
void UnadviseSolutionUIEvents(unsigned int dwCookie);
public void UnadviseSolutionUIEvents (uint dwCookie);
abstract member UnadviseSolutionUIEvents : uint32 -> unit
Public Sub UnadviseSolutionUIEvents (dwCookie As UInteger)
Parameters
- dwCookie
- UInt32
[in] The unique value that was returned from the AdviseSolutionUIEvents(IVsSolutionUIEvents, UInt32) method.