IVsSccTrackProjectEvents.UnAdviseSccProjectEvents Method

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: System.UInt32

    [in] The token that identifies the SCC project.

.NET Framework Security

See Also

Reference

IVsSccTrackProjectEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace