VSTS2010 Addin Development - Registration Hooks

I dealt with fingers in developing the Visual Studio Add-in. I read some of the tutorials on the Internet and studied some code examples. Now I really want to perform user actions before / after the user invokes the TFS registration command, but I cannot figure out where I can find the hook to start this.
Is there something similar in the SDK? Can someone point me in the right direction?
Many thanks!
Rule

Edit:
Using a registration policy will not help me in my situation. I want to show dialogs before and / or after calling the check-in command. Even (if possible) modify the existing login dialog.

+4
source share

Source: https://habr.com/ru/post/1308797/


All Articles