WorkItem.Copy Method (WorkItemType)

Creates a copy of this WorkItem instance that is of the specified WorkItemType.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public Function Copy ( _
    targetType As WorkItemType _
) As WorkItem
public WorkItem Copy(
    WorkItemType targetType
)
public:
WorkItem^ Copy(
    WorkItemType^ targetType
)
member Copy : 
        targetType:WorkItemType -> WorkItem 
public function Copy(
    targetType : WorkItemType
) : WorkItem

Parameters

Return Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem
A new WorkItem instance of the specified WorkItemType that is a copy of this WorkItem instance.

Exceptions

Exception Condition
ArgumentNullException

Thrown when targetType is null.

Remarks

The last known saved state of this WorkItem instance is copied.

.NET Framework Security

See Also

Reference

WorkItem Class

Copy Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace