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.
Deletes all test runs, test run information, and build-level coverage data that is stored on the server for the given build URI.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub DeleteByBuild ( _
buildUri As Uri _
)
void DeleteByBuild(
Uri buildUri
)
void DeleteByBuild(
Uri^ buildUri
)
abstract DeleteByBuild :
buildUri:Uri -> unit
function DeleteByBuild(
buildUri : Uri
)
Parameters
buildUri
Type: UriThe URI for a build of the test project.
.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.