This documentation is archived and is not being maintained.

WorkItemTypeCollection::Import Method (XmlElement, String)

Imports a WorkItemType that is defined in the specified XML and adds it to this collection. The specified methodology name is used to resolve field conflicts.

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

public:
void Import(
	XmlElement^ definitionElement, 
	String^ methodologyName
)

Parameters

definitionElement
Type: System.Xml::XmlElement

An XML object that defines a WorkItemType.

methodologyName
Type: System::String

The name of the development process.

Show: