Share via


IVsSolutionUIHierarchyWindow.UnadviseSolutionUIEvents Method

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)

Syntax

'Declaration
Sub UnadviseSolutionUIEvents ( _
    dwCookie As UInteger _
)
void UnadviseSolutionUIEvents(
    uint dwCookie
)
void UnadviseSolutionUIEvents(
    [InAttribute] unsigned int dwCookie
)
abstract UnadviseSolutionUIEvents : 
        dwCookie:uint32 -> unit
function UnadviseSolutionUIEvents(
    dwCookie : uint
)

Parameters

.NET Framework Security

See Also

Reference

IVsSolutionUIHierarchyWindow Interface

Microsoft.VisualStudio.Shell.Interop Namespace