Hello!
I have a C# application from which I want to display the Included and Excluded items of the Pending Change of a Workspace.
I can successfully connect to TFS, display all pending changes, but I still haven't found where/how to get the information if a change is in the "Included Changes" or "Excluded Changes" list.
Any ideas?
By the way, the server is TFS12 and and the referenced DLLs I use in my project (Microsoft.TeamFoundation.VersionControl.Client for example) comes from Visual Studio 2013.
Thanks!
J-R