IToolExecutionResult 接口

定义执行操作的结果接口

命名空间:  Microsoft.TeamFoundation.VersionControl.Client
程序集:  Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

语法

声明
Public Interface IToolExecutionResult
public interface IToolExecutionResult

IToolExecutionResult 类型公开以下成员。

属性

  名称 说明
公共属性 ExitCode 退出代码 0 -否则成功-失败
公共属性 ExitMessage 中显示的消息以在解析退出对话框 (以确认对话框的一部分,)
公共属性 HasExited 如果 executer 退出操作,则返回 true。
公共属性 Id 执行操作处理或操作处理程序的 ID。
公共属性 Name 执行操作操作处理程序的名称
公共属性 PromptUserForMergeConfirmation TFS 是否应只会提示用户确认 (使用) 由合并工具

页首

方法

  名称 说明
公共方法 Cancel 取消执行过程。
公共方法 WaitForOperationEnd 阻止,直到操作完成

页首

请参阅

参考

Microsoft.TeamFoundation.VersionControl.Client 命名空间