IPendingCheckinWorkItems Interface
Information about the work items portion of the pending check-in.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Interface IPendingCheckinWorkItems
public interface IPendingCheckinWorkItems
public interface class IPendingCheckinWorkItems
type IPendingCheckinWorkItems = interface end
public interface IPendingCheckinWorkItems
The IPendingCheckinWorkItems type exposes the following members.
Properties
Name | Description | |
---|---|---|
CheckedWorkItems | Gets the array of checked work items. |
Top
Events
Name | Description | |
---|---|---|
CheckedWorkItemsChanged | An event that occurs each time the array of checked work items has changed. |
Top