Share via


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

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

Return Value

Type: array<System.Int32[]
An array of associated work item IDs.

.NET Framework Security

See Also

Reference

ITestPoint Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace