This documentation is archived and is not being maintained.
WorkspaceCheckInParameters::PendingChanges Property
Visual Studio 2013
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: