IBugFieldMappingHelper 接口

提供 Visual Studio 专业测试工具版 中 Bug 字段映射对象的帮助器方法。

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

语法

声明
Public Interface IBugFieldMappingHelper
public interface IBugFieldMappingHelper
public interface class IBugFieldMappingHelper
type IBugFieldMappingHelper =  interface end
public interface IBugFieldMappingHelper

IBugFieldMappingHelper 类型公开以下成员。

方法

  名称 说明
公共方法 Create 创建一个新的 Bug 字段映射对象。
公共方法 CreateFromFile 使用指定的 XML 文件创建新的 Bug 字段映射对象。
公共方法 Query 从当前团队项目中返回 Bug 字段映射对象。
公共方法 Update 更新团队项目中的 Bug 字段映射对象。

页首

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间

IBugFieldMapping

ITestManagementTeamProject