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.
ITestCaseResultHelper::FindByLink Method (Uri^, ITestAttachment^)
Finds and returns a test result, and optionally a test result attachment, by using a uniform resource identifier (URI) to an artifact test result or test result attachment that is located in Visual Studio Team Foundation Server.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
ITestCaseResult^ FindByLink( Uri^ artifactUri, [OutAttribute] ITestAttachment^% testAttachment )
Parameters
- artifactUri
-
Type:
System::Uri^
The URI for a test result or test result attachment that is located in Team Foundation Server.
- testAttachment
-
Type:
Microsoft.TeamFoundation.TestManagement.Client::ITestAttachment^
(Output) The attachment to the test result.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestCaseResult^The requested test case result or null if not found.
Show: