IVsSolutionBuildManager2.UnadviseUpdateSolutionEvents(UInt32) Method

Definition

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

public:
 int UnadviseUpdateSolutionEvents(System::UInt32 dwCookie);
public:
 int UnadviseUpdateSolutionEvents(unsigned int dwCookie);
int UnadviseUpdateSolutionEvents(unsigned int dwCookie);
public int UnadviseUpdateSolutionEvents (uint dwCookie);
abstract member UnadviseUpdateSolutionEvents : uint32 -> int
Public Function UnadviseUpdateSolutionEvents (dwCookie As UInteger) As Integer

Parameters

dwCookie
UInt32

[in] Double word containing the cookie received from a previous call to AdviseUpdateSolutionEvents(IVsUpdateSolutionEvents, UInt32).

Returns

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

Implements

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsSolutionBuildManager2::UnadviseUpdateSolutionEvents(  
   [in] VSCOOKIE dwCookie  
);  

Applies to