Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Cancels the sending of notifications previously set up with a call to the AdviseSccProjectEvents method.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub UnAdviseSccProjectEvents ( _
dwCookie As UInteger _
)
void UnAdviseSccProjectEvents(
uint dwCookie
)
void UnAdviseSccProjectEvents(
[InAttribute] unsigned int dwCookie
)
abstract UnAdviseSccProjectEvents :
dwCookie:uint32 -> unit
function UnAdviseSccProjectEvents(
dwCookie : uint
)
Parameters
dwCookie
Type: UInt32[in] The token that identifies the SCC project.
.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.