This page says that we should use the IPendingChangesExt interface for getting details of the Changeset Details window in Visual Studio 2012 and 2013. I am able to get the interface for the Changeset Details window, as this post shows (and I added my own answer example), which has information for all of the files and whatnot in the Changeset Details window, but it doesn't contain (or at least I can't find) the changeset number for the changeset that the Changeset Details page is showing.
Is there a way to get the changeset number of the changeset that the Changeset Details page is on? I even tried looking through the DTE2 object, found the Changeset Details window in there, but couldn't find the window's "document" information
to try and parse the changeset number out of it (and that would be quite a hacky way to do it anyways).
Any suggestions? Thanks in advance.
- Dan - "Can't never could do anything"