ITestManagementService.FindTestResultByLink Method

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

'Declaration
Function FindTestResultByLink ( _
    artifactUri As Uri, _
    <OutAttribute> ByRef testAttachment As ITestAttachment _
) As ITestCaseResult
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 : Uri, 
    testAttachment : ITestAttachment
) : ITestCaseResult

Parameters

  • artifactUri
    Type: Uri

    A Uri object.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResult
A test case result.

.NET Framework Security

See Also

Reference

ITestManagementService Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestCaseResult

ITestAttachment