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.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns the specified test run from the UI of Visual Studio Test Professional.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Function GetTestRun ( _
runId As Guid _
) As TestRun
TestRun GetTestRun(
Guid runId
)
TestRun^ GetTestRun(
Guid runId
)
abstract GetTestRun :
runId:Guid -> TestRun
function GetTestRun(
runId : Guid
) : TestRun
Parameters
runId
Type: GuidA Guid for the test run to return.
Return Value
Type: Microsoft.VisualStudio.TestTools.Common.TestRun
A TestRun object.
.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.