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)

Syntax

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

Parameters

  • methodologyName
    Type: System.String

    The name of the development process.

.NET Framework Security

See Also

Reference

WorkItemTypeCollection Class

Import Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace