IVsSccTrackProjectEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |