ITestManagementService.FindTestResultByLink Method (Uri, ITestAttachment)
Finds and returns a test result and a test result attachment, if any, by using the provided uniform resource identifier (URI).
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestCaseResult FindTestResultByLink(
Uri artifactUri,
out ITestAttachment testAttachment
)
ITestCaseResult^ FindTestResultByLink(
Uri^ artifactUri,
[OutAttribute] ITestAttachment^% testAttachment
)
abstract FindTestResultByLink :
artifactUri:Uri *
testAttachment:ITestAttachment byref -> ITestCaseResult
Function FindTestResultByLink (
artifactUri As Uri,
<OutAttribute> ByRef testAttachment As ITestAttachment
) As ITestCaseResult
Parameters
artifactUri
Type: System.UriA Uri object.
testAttachment
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment(Output) An ITestAttachment object if one is associated with the test result; otherwise, null.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResult
A test case result.
See Also
ITestCaseResult
ITestAttachment
ITestManagementService Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top