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.
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)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("4871BDEF-3B4A-49CE-80CF-51502FA9A464")> _
Public Interface IVsSccTrackProjectEvents
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("4871BDEF-3B4A-49CE-80CF-51502FA9A464")]
public interface IVsSccTrackProjectEvents
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"4871BDEF-3B4A-49CE-80CF-51502FA9A464")]
public interface class IVsSccTrackProjectEvents
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("4871BDEF-3B4A-49CE-80CF-51502FA9A464")>]
type IVsSccTrackProjectEvents = interface end
public interface IVsSccTrackProjectEvents
The IVsSccTrackProjectEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AdviseSccProjectEvents | Registers an advise sink object to receive notification of specified events affecting the source code control (SCC) project. |
![]() |
UnAdviseSccProjectEvents | Cancels the sending of notifications previously set up with a call to the AdviseSccProjectEvents method. |
Top