This documentation is archived and is not being maintained.

WorkItemCheckedInfo Constructor

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.

Show: