Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: 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.
.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.
See Also
Reference
ITestManagementService Interface