IVsSccTrackProjectEvents Interface

Definition

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

public interface class IVsSccTrackProjectEvents
public interface class IVsSccTrackProjectEvents
__interface IVsSccTrackProjectEvents
[System.Runtime.InteropServices.Guid("4871BDEF-3B4A-49CE-80CF-51502FA9A464")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSccTrackProjectEvents
[<System.Runtime.InteropServices.Guid("4871BDEF-3B4A-49CE-80CF-51502FA9A464")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSccTrackProjectEvents = interface
Public Interface IVsSccTrackProjectEvents
Attributes

Methods

AdviseSccProjectEvents(IVsSccProjectEvents)

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

UnAdviseSccProjectEvents(UInt32)

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

Applies to