Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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
Public Function FindTestRunByTmiRunId ( _
tmiRunId As Guid _
) As ITestRun
public ITestRun FindTestRunByTmiRunId(
Guid tmiRunId
)
public:
virtual ITestRun^ FindTestRunByTmiRunId(
Guid tmiRunId
) sealed
abstract FindTestRunByTmiRunId :
tmiRunId:Guid -> ITestRun
override FindTestRunByTmiRunId :
tmiRunId:Guid -> ITestRun
public final 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.
Implements
ITestManagementService.FindTestRunByTmiRunId(Guid)
.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.