IVsSccProjectEvents Interface

Definition

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

public interface class IVsSccProjectEvents
public interface class IVsSccProjectEvents
__interface IVsSccProjectEvents
[System.Runtime.InteropServices.Guid("4C3F73B6-9939-4A4B-8D25-326A8ABED50F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSccProjectEvents
[<System.Runtime.InteropServices.Guid("4C3F73B6-9939-4A4B-8D25-326A8ABED50F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSccProjectEvents = interface
Public Interface IVsSccProjectEvents
Attributes

Methods

OnProjectRegisteredForSccChange(Guid, Boolean)

Raised when a project calls RegisterSccProject(IVsSccProject2, String, String, String, String) or UnregisterSccProject(IVsSccProject2).

Applies to