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)

Syntax

int[] QueryAssociatedWorkItemsFromResults()
array<int>^ QueryAssociatedWorkItemsFromResults()
abstract QueryAssociatedWorkItemsFromResults : unit -> int[]
Function QueryAssociatedWorkItemsFromResults As Integer()

Return Value

Type: System.Int32[]

An array of associated work item IDs.

Remarks

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

See Also

ITestPoint Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top