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)

Syntax

'Declaration
Public Sub Import ( _
    definitionElement As XmlElement _
)
public void Import(
    XmlElement definitionElement
)
public:
void Import(
    XmlElement^ definitionElement
)
member Import : 
        definitionElement:XmlElement -> unit
public function Import(
    definitionElement : XmlElement
)

Parameters

.NET Framework Security

See Also

Reference

WorkItemTypeCollection Class

Import Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace