This documentation is archived and is not being maintained.
WorkItem Constructor
Visual Studio 2013
Initializes a new instance of the WorkItem class of the specified WorkItemType.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Parameters
- type
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemType
The WorkItemType that describes the type of the work item.
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the type parameter is null. |
For more information about how to use this method, see Create a Work Item By Using the Client Object Model for Team Foundation.
- 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.
Show: