Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已使用复选框扩展了我的 Visual Studio TeamExplorer-PendingChanges-Page,您需要先检查该复选框,然后才能检查任何更改。为此,我编写了一个 Checkin-Policy 并且它有效。
但是我有一个问题,在我签入变更集后,复选框仍然处于选中状态。如果签入成功,我想取消选中复选框。
如何在客户端获取 CheckinNotification ?
我能找到的只是服务器端。
我很感激任何帮助。
谢谢
签入完成时会引发来自 VersionControlServer 的 AfterWorkItemsUpdated 事件。
http://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.versioncontrolserver.afterworkitemsupdated.aspx