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
声明
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 | |
|---|---|---|
| .gif) | DropLocationFailure | Gets the failure that is associated with drop location deletion, if a failure occurred. | 
| .gif) | LabelFailure | Gets the failure that is associated with label deletion, if a failure occurred. | 
| .gif) | Successful | Gets a flag that describes the success of the deletion. | 
| .gif) | SymbolsFailure | Gets the failure that is associated with symbols deletion, if a failure occurred. | 
| .gif) | TestResultFailure | Gets the failure that is associated with test result deletion, if a failure occurred. | 
Top