I would like to write a quick macro or add-in to allow me to quickly toggle the "Show Deleted Items" option in the TFS Solution explorer.
I cannot seem to find the proper command to use to set that option programmatically (in the IDE, it is found at Tools | Options | Source Control | Visual Studio Team Foundation Server | Show deleted items in the Source Control Explorer).
Can anyone give me some pointers as to where to look? I have installed the Visual Studio SDK, but the documentation seems to be incomplete -- I have documentation for the TeamFoundationServer object, but none of the others (like the VersionControl class), so I've been poking around with intellisense, and not having much luck.