IVsSolution2::UnadviseSolutionEvents Method (UInt32)
Visual Studio 2015
Disables a client from receiving notifications of solution events.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- dwCookie
-
Type:
System::UInt32
[in] Abstract handle to the client that is to be disabled from being notified of solution events.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsSolution2::UnadviseSolutionEvents( [in] VSCOOKIE dwCookie );
This is the same dwCookie passed in with the call to AdviseSolutionEvents.
Show: