Initializes a new WorkItemCheckedInfo instance.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Sub New ( _
    id As Integer, _
    checkedOnOff As Boolean, _
    action As WorkItemCheckinAction _
)
public WorkItemCheckedInfo(
    int id,
    bool checkedOnOff,
    WorkItemCheckinAction action
)
public:
WorkItemCheckedInfo(
    int id, 
    bool checkedOnOff, 
    WorkItemCheckinAction action
)
new : 
        id:int * 
        checkedOnOff:bool * 
        action:WorkItemCheckinAction -> WorkItemCheckedInfo
public function WorkItemCheckedInfo(
    id : int, 
    checkedOnOff : boolean, 
    action : WorkItemCheckinAction
)
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.
.NET Framework Security
- 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.