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.
An interface for a build deletion result. It represents the results of deleting a build from Team Foundation Server.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Interface IBuildDeletionResult
public interface IBuildDeletionResult
public interface class IBuildDeletionResult
type IBuildDeletionResult = interface end
public interface IBuildDeletionResult
The IBuildDeletionResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
DropLocationFailure | Gets the failure that is associated with drop location deletion, if a failure occurred. |
![]() |
LabelFailure | Gets the failure that is associated with label deletion, if a failure occurred. |
![]() |
Successful | Gets a flag that describes the success of the deletion. |
![]() |
SymbolsFailure | Gets the failure that is associated with symbols deletion, if a failure occurred. |
![]() |
TestResultFailure | Gets the failure that is associated with test result deletion, if a failure occurred. |
Top
.gif)