Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Interface IBugFieldMappingHelper
public interface IBugFieldMappingHelper
public interface class IBugFieldMappingHelper
type IBugFieldMappingHelper = interface end
public interface IBugFieldMappingHelper
The IBugFieldMappingHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Create | Creates a new bug field mapping object. |
![]() |
CreateFromFile | 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 | Updates the bug field mapping object in the team project. |
Top