WorkItemTypeCollection.Import Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Import(String) | Imports a WorkItemType that is defined in the specified XML and adds it to this collection. | |
Import(XmlElement) | Imports a WorkItemType defined in the specified XML and adds it to this collection. | |
Import(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. | |
Import(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. |
Top