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.
Returns a build spec to retrieve the builds that were created before the build that is identified by the given uniform resource identifier (URI).
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function QueryBuildsBefore ( _
buildUri As Uri _
) As IBuildDetailSpec
IBuildDetailSpec QueryBuildsBefore(
Uri buildUri
)
IBuildDetailSpec^ QueryBuildsBefore(
Uri^ buildUri
)
abstract QueryBuildsBefore :
buildUri:Uri -> IBuildDetailSpec
function QueryBuildsBefore(
buildUri : Uri
) : IBuildDetailSpec
Parameters
buildUri
Type: UriThe URI for a build.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec
A build spec.
.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.