IVsSccProjectEvents 接口

定义

实现当项目更改其源代码管理 (SCC) 绑定时激发的方法。

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
属性

方法

OnProjectRegisteredForSccChange(Guid, Boolean)

当项目调用或时 RegisterSccProject(IVsSccProject2, String, String, String, String) 引发 UnregisterSccProject(IVsSccProject2)

适用于