Information
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.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

array<int>^ QueryAssociatedWorkItems()

Return Value

Type: array<System::Int32>^

Work item IDs of associated work items.

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().

Return to top
Show: