This documentation is archived and is not being maintained.
WorkItemCheckedInfo Constructor
Visual Studio 2013
Initializes a new WorkItemCheckedInfo instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: WorkItemCheckedInfo( int id, bool checkedOnOff, WorkItemCheckinAction action )
Parameters
- id
- Type: System::Int32
The work item ID.
- checkedOnOff
- Type: System::Boolean
True to set the checked state to On. False to set the checked state to Off.
- action
- Type: Microsoft.TeamFoundation.VersionControl.Client::WorkItemCheckinAction
Action to perform on the work item.
- 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: