IBugFieldMappingHelper Interface

 

Provides helper methods for bug field mapping objects in Visual Studio Test Professional.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

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

Methods

Name Description
System_CAPS_pubmethod Create()

Creates a new bug field mapping object.

System_CAPS_pubmethod CreateFromFile(String)

Creates a new bug field mapping object by using the specified XML file.

System_CAPS_pubmethod Query()

Returns the bug field mapping object from the current team project.

System_CAPS_pubmethod Update(IBugFieldMapping)

Updates the bug field mapping object in the team project.

See Also

IBugFieldMapping
ITestManagementTeamProject
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top