This documentation is archived and is not being maintained.

IPendingCheckinPendingChanges::CheckedPendingChanges Property

Gets or sets the array of checked pending changes.

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

property array<PendingChange^>^ CheckedPendingChanges {
	array<PendingChange^>^ get ();
	void set (array<PendingChange^>^ value);
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingChange>
The array of checked pending changes.

Show: