The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ISession::QueryAssociatedWorkItems Method ()
Retrieves work items associated with this session from the server.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
To retrieve the work items, call WorkItemStore.Query(ids, wiql). This method retrieves work items by calling the server. The effects of AssociateWorkItem() and DisassociateWorkItem() will not be observed by this method until you call workItem.Save().
Show: