Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
i am writing visual studio add-in for company's internal usage. It is integrated via TFS command line utility, and it has its own menu in solution explorer (Check in, Check Out, Add to Source...).

I want to know the state of the selected item in solution explorer, whether it is added to source control, it is checked out or it is checked in. According to these situations, i want to modify the menu of the add-in. For instance, if the item is checked out, i want to disable the checkout menu

could you please advice a hint, a way anything ?
Posted
Updated 5-Feb-14 3:54am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900