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.

ITestCaseResult::QueryAssociatedWorkItemArtifacts Method ()

 

Retrieves an array of work item artifacts that is linked to this test case result.

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

array<Artifact^>^ QueryAssociatedWorkItemArtifacts()

Return Value

Type: array<Microsoft.TeamFoundation::Artifact^>^

An array of work item artifacts.

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: