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.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- fileName
-
Type:
System::String^
The path and file name of the XML file to load.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::IBugFieldMapping^| Exception | Condition |
|---|---|
| TestManagementValidationException | The new bug field mapping object was invalid. |
| XmlSchemaValidationException | The XML file failed schema validation. |
Show: