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

'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
Public method Create Creates a new bug field mapping object.
Public method CreateFromFile Creates a new bug field mapping object by using the specified XML file.
Public method Query Returns the bug field mapping object from the current team project.
Public method Update Updates the bug field mapping object in the team project.

Top

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

IBugFieldMapping

ITestManagementTeamProject