Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Delete the build and only the specified information.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function Delete ( _
options As DeleteOptions _
) As IBuildDeletionResult
IBuildDeletionResult Delete(
DeleteOptions options
)
IBuildDeletionResult^ Delete(
DeleteOptions options
)
abstract Delete :
options:DeleteOptions -> IBuildDeletionResult
function Delete(
options : DeleteOptions
) : IBuildDeletionResult
Parameters
options
Type: Microsoft.TeamFoundation.Build.Client.DeleteOptionsThe parts of the build to delete.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildDeletionResult
Returns IBuildDeletionResult.
.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.