WorkItemTypeCollection.Import Method (String, String)

Imports a WorkItemType that is defined in the specified XML and adds it to this collection. The specified methodology 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 ( _
    definition As String, _
    methodologyName As String _
)
public void Import(
    string definition,
    string methodologyName
)
public:
void Import(
    String^ definition, 
    String^ methodologyName
)
member Import : 
        definition:string * 
        methodologyName:string -> unit
public function Import(
    definition : String, 
    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