IVsSolutionBuildManager.UnadviseUpdateSolutionEvents(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsSolutionBuildManager::UnadviseUpdateSolutionEvents(
[in] VSCOOKIE dwCookie
);