Custom check-in policy accessing associated work items

In my custom check-in policy code, how can I access the work items that are associated with a changeset (Using April VS SDK) Maybe there is documentation on this, but I haven't found it yet.


Answer this question

Custom check-in policy accessing associated work items

  • Kevin Irl

    Answered my own question, but I'll put it here anyhow for reference.

    using Microsoft.TeamFoundation.VersionControl.Client;

    PendingCheckin.WorkItems.CheckedWorkItems



  • Custom check-in policy accessing associated work items