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<Int32[]
An array of associated work item IDs.
Remarks
This method goes to the server, and is not subject to refresh.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.