IVsSolutionUIHierarchyWindow::UnadviseSolutionUIEvents Method (UInt32)

 

Unregister an event sink so that it will no longer receive events from the Solution Explorer window.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void UnadviseSolutionUIEvents(
	unsigned int dwCookie
)

Parameters

dwCookie
Type: System::UInt32

[in] The unique value that was returned from the AdviseSolutionUIEvents method.

Return to top
Show: