Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Finds and returns a test result by using the provided identifier for the Test Management Interface (TMI) run.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function FindTestRunByTmiRunId ( _
tmiRunId As Guid _
) As ITestRun
ITestRun FindTestRunByTmiRunId(
Guid tmiRunId
)
ITestRun^ FindTestRunByTmiRunId(
Guid tmiRunId
)
abstract FindTestRunByTmiRunId :
tmiRunId:Guid -> ITestRun
function FindTestRunByTmiRunId(
tmiRunId : Guid
) : ITestRun
Parameters
tmiRunId
Type: GuidA GUID that identifies a TMI run.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestRun
A test run.
.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