This documentation is archived and is not being maintained.

CategoryCollection::Import Method (XmlElement)

Imports categories from the specified XML document.

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

public:
void Import(
	XmlElement^ categoriesElement
)

Parameters

categoriesElement
Type: System.Xml::XmlElement

An XML-formatted document that describes the categories.

Show: