This documentation is archived and is not being maintained.

IPendingCheckinPendingChanges::AllPendingChanges Property

Gets the array of all pending changes.

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

property array<PendingChange^>^ AllPendingChanges {
	array<PendingChange^>^ get ();
}

Property Value

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

Show: