This documentation is archived and is not being maintained.

WorkspaceCheckInParameters::PendingChanges Property

Gets the enumerable collection of pending changes to check-in.

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

public:
property IEnumerable<PendingChange^>^ PendingChanges {
	IEnumerable<PendingChange^>^ get ();
	private: void set (IEnumerable<PendingChange^>^ value);
}

Property Value

Type: System.Collections.Generic::IEnumerable<PendingChange>
The enumerable collection of pending changes to check-in.

Show: