Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Imports the specified XML object as a WorkItemLinkType 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
definitionElement
Type: System.Xml.XmlElementThe XML definition of a WorkItemLinkType.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.