This documentation is archived and is not being maintained.
DefaultToolExecutionResult Class
Visual Studio 2013
The default tool results which is basically an empty implementation of the tool result for assembly tools
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The DefaultToolExecutionResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DefaultToolExecutionResult | Initializes a new instance of the DefaultToolExecutionResult class. |
| Name | Description | |
|---|---|---|
![]() | ExitCode | Exit code |
![]() | ExitMessage | The exit message is empty by default |
![]() | HasExited | Has existed always true |
![]() | Id | Id |
![]() | Name | Name |
![]() | PromptUserForMergeConfirmation | Should prompt for user confirmation |
| Name | Description | |
|---|---|---|
![]() | Cancel | Cancels the execution. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WaitForOperationEnd | Does nothing |
Show:
