IVsSccProjectEvents Interface

Implements methods that fire when a project changes its source code control (SCC) bindings.

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

Syntax

'Declaration
<GuidAttribute("4C3F73B6-9939-4A4B-8D25-326A8ABED50F")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSccProjectEvents
[GuidAttribute("4C3F73B6-9939-4A4B-8D25-326A8ABED50F")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSccProjectEvents
[GuidAttribute(L"4C3F73B6-9939-4A4B-8D25-326A8ABED50F")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSccProjectEvents
[<GuidAttribute("4C3F73B6-9939-4A4B-8D25-326A8ABED50F")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSccProjectEvents =  interface end
public interface IVsSccProjectEvents

The IVsSccProjectEvents type exposes the following members.

Methods

  Name Description
Public method OnProjectRegisteredForSccChange Raised when a project calls RegisterSccProject or UnregisterSccProject.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace