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
dwCookie
Type: UInt32[in] The unique identifier that was handed back with AdviseUpdateSolutionEvents4.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.