Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IBugFieldMappingHelper::CreateFromFile Method (String^)

 

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

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

IBugFieldMapping^ CreateFromFile(
	String^ fileName
)

Parameters

fileName
Type: System::String^

The path and file name of the XML file to load.

Exception Condition
TestManagementValidationException

The new bug field mapping object was invalid.

XmlSchemaValidationException

The XML file failed schema validation.

Return to top
Show: