This documentation is archived and is not being maintained.

IPendingCheckinWorkItems::CheckedWorkItems Property

Gets the array of checked work items.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

property array<WorkItemCheckinInfo^>^ CheckedWorkItems {
	array<WorkItemCheckinInfo^>^ get ();
	void set (array<WorkItemCheckinInfo^>^ value);
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::WorkItemCheckinInfo>
The array of checked work items.

Show: