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 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