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
artifactUri
Type: UriA Uri object.
testAttachment
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment%(Output) An ITestAttachment object, if one is associated with the test result; otherwise, nulla null reference (Nothing in Visual Basic).
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResult
A test case result.
Implements
ITestManagementService.FindTestResultByLink(Uri, ITestAttachment%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.