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 | |
---|---|---|
Create() | Creates a new bug field mapping object. |
|
CreateFromFile(String) | Creates a new bug field mapping object by using the specified XML file. |
|
Query() | Returns the bug field mapping object from the current team project. |
|
Update(IBugFieldMapping) | Updates the bug field mapping object in the team project. |
See Also
IBugFieldMapping
ITestManagementTeamProject
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top