Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
dwCookie
Type: UInt32[in] The unique value that was returned from the AdviseSolutionUIEvents method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.