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.

ITestPoint::QueryAssociatedWorkItemsFromResults Method ()

 

Retrieves an array of integer IDs for the work items that are associated with the corresponding results of this test point.

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

array<int>^ QueryAssociatedWorkItemsFromResults()

Return Value

Type: array<System::Int32>^

An array of associated work item IDs.

This method goes to the server, and is not subject to refresh.

Return to top
Show: