IVsSccProjectEvents 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实现当项目更改其源代码管理 (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) 。 |