IVsSolutionBuildManager3.UnadviseUpdateSolutionEvents3(UInt32) Method

Definition

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

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

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:

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

Applies to