Share via


TestManagementService.FindTestResultByLink Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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
Public Function FindTestResultByLink ( _
    artifactUri As Uri, _
    <OutAttribute> ByRef testAttachment As ITestAttachment _
) As ITestCaseResult
public ITestCaseResult FindTestResultByLink(
    Uri artifactUri,
    out ITestAttachment testAttachment
)
public:
virtual ITestCaseResult^ FindTestResultByLink(
    Uri^ artifactUri, 
    [OutAttribute] ITestAttachment^% testAttachment
) sealed
abstract FindTestResultByLink : 
        artifactUri:Uri * 
        testAttachment:ITestAttachment byref -> ITestCaseResult  
override FindTestResultByLink : 
        artifactUri:Uri * 
        testAttachment:ITestAttachment byref -> ITestCaseResult
public final function FindTestResultByLink(
    artifactUri : Uri, 
    testAttachment : ITestAttachment
) : ITestCaseResult

Parameters

Return Value

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

Implements

ITestManagementService.FindTestResultByLink(Uri, ITestAttachment%)

.NET Framework Security

See Also

Reference

TestManagementService Class

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestCaseResult

ITestAttachment