WorkItem Constructor

Initializes a blank work item of a specific WorkItemType.

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

Syntax

'Declaration
Public Sub New ( _
    type As WorkItemType _
)
'Usage
Dim type As WorkItemType 

Dim instance As New WorkItem(type)
public WorkItem(
    WorkItemType type
)
public:
WorkItem(
    WorkItemType^ type
)
public function WorkItem(
    type : WorkItemType
)

Parameters

.NET Framework Security

See Also

Reference

WorkItem Class

WorkItem Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace