Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

get Solution for a pendingChange

$
0
0

Hey,

I'm working on a Policy-Plugin and need to know if the following is possible.

I use the Paramter IPendingCheckin and with PendingChange[] changes = pc.PendingChanges.CheckedPendingChanges; I get all checked PendingChanges.

Now I work with a foreach-loop to do checks for each file.

 foreach (PendingChange change in changes)
{

/*Do stuff here*/

}

My question is now if it is possible to get for each change the associated solution, if one is avialable, or is there a good workaround for this?

I need the dte.solution for each pendingChange or null if no solution for this file is avialabe.

Thanks in advance!


Viewing all articles
Browse latest Browse all 4410

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>