IVsSolutionBuildManager3.UnadviseUpdateSolutionEvents3(UInt32) Method

Definition

Removes the caller from the list of listeners for IVsUpdateSolutionEvents3 events.

C++/CX
public:
 int UnadviseUpdateSolutionEvents3(unsigned int dwCookie);

Parameters

dwCookie
UInt32

[in] Double word containing the cookie received from a previous call to AdviseUpdateSolutionEvents.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

cpp#
HRESULT IVsSolutionBuildManager3::UnadviseUpdateSolutionEvents3(  
   [in] VSCOOKIE dwCookie  
);  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022