This documentation is archived and is not being maintained.

WorkItemTypeCollection::Import Method (XmlElement)

Imports a WorkItemType defined in the specified XML and adds it to this collection.

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

public:
void Import(
	XmlElement^ definitionElement
)

Parameters

definitionElement
Type: System.Xml::XmlElement

An XML object that defines a WorkItemType.

Show: