VSTS2010 Addin 开发 - 签入挂钩
我一直在尝试 Visual Studio 插件开发。我已经阅读了一些在线教程,并研究了一些提供的示例代码。 现在我实际上想在用户调用 TFS 签入命令之前/之后执行自定义操作,但我似乎无法弄清楚在哪里可以找到启动此操作的挂钩。
SDK中有类似的东西吗?有人能指出我正确的方向吗?
非常感谢!
罗尔
编辑:
在我的情况下,使用入住政策对我没有帮助。我想在调用签入命令之前和/或之后显示对话框。甚至(如果可能的话)更改现有的签入对话框。
I've been tipping my toes in Visual Studio Add-In development. I've read some of the tutorials online, and studied some of the sample code provided.
Now I actually want to perform custom actions before/after a TFS check-in command is called by the user, but I can't seem to figure out where I can find a hook to start this.
Is there something like that available in the SDK? Can someone point me in the right direction?
Thanks a lot!
Roel
Edit:
The use of check-in policy is not gonna help me in my situation. I want to show dialogs before and/or after the check-in command is invoked. Even (if it is possible) to alter the existing check-in dialog.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一篇关于该主题的好文章: http://blogs.msdn.com/jimlamba/archive/2010/03/31/how-to-implement-package-and-deploy -自定义签入策略-for-tfs-2010.aspx
Here is a good article on the subject: http://blogs.msdn.com/jimlamb/archive/2010/03/31/how-to-implement-package-and-deploy-custom-check-in-policy-for-tfs-2010.aspx