Share via


IVsSolutionBuildManager5.UnadviseUpdateSolutionEvents4 Method

Disables client notification of update solution events.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Sub UnadviseUpdateSolutionEvents4 ( _
    dwCookie As UInteger _
)
void UnadviseUpdateSolutionEvents4(
    uint dwCookie
)
void UnadviseUpdateSolutionEvents4(
    [InAttribute] unsigned int dwCookie
)
abstract UnadviseUpdateSolutionEvents4 : 
        dwCookie:uint32 -> unit
function UnadviseUpdateSolutionEvents4(
    dwCookie : uint
)

Parameters

.NET Framework Security

See Also

Reference

IVsSolutionBuildManager5 Interface

Microsoft.VisualStudio.Shell.Interop Namespace