IVsSccTrackProjectEvents Interface

 

Starts or terminates an advisory loop that tracks source code control (SCC) events.

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("4871BDEF-3B4A-49CE-80CF-51502FA9A464")]
public interface IVsSccTrackProjectEvents

NameDescription
System_CAPS_pubmethodAdviseSccProjectEvents(IVsSccProjectEvents)

Registers an advise sink object to receive notification of specified events affecting the source code control (SCC) project.

System_CAPS_pubmethodUnAdviseSccProjectEvents(UInt32)

Cancels the sending of notifications previously set up with a call to the AdviseSccProjectEvents method.

Return to top
Show: