Share via


IVsSolutionUIHierarchyWindow.UnadviseSolutionUIEvents(UInt32) Method

Definition

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.

Applies to