IVsSolutionBuildManager5.UnadviseUpdateSolutionEvents4(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.
Disables client notification of update solution events.
public:
void UnadviseUpdateSolutionEvents4(System::UInt32 dwCookie);
public:
void UnadviseUpdateSolutionEvents4(unsigned int dwCookie);
void UnadviseUpdateSolutionEvents4(unsigned int dwCookie);
public void UnadviseUpdateSolutionEvents4 (uint dwCookie);
abstract member UnadviseUpdateSolutionEvents4 : uint32 -> unit
Public Sub UnadviseUpdateSolutionEvents4 (dwCookie As UInteger)
Parameters
- dwCookie
- UInt32
[in] The unique identifier that was handed back with AdviseUpdateSolutionEvents4(IVsUpdateSolutionEvents4, UInt32).