This documentation is archived and is not being maintained.
IPendingCheckinPendingChanges Interface
Visual Studio 2013
Information about the pending changes component of the pending check-in.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The IPendingCheckinPendingChanges type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AffectedTeamProjectPaths | Gets the array of team projects that was affected by the current set of checked pending changes. |
![]() | AllPendingChanges | Gets the array of all pending changes. |
![]() | CheckedPendingChanges | Gets or sets the array of checked pending changes. |
![]() | Comment | Gets or sets the comment that has been entered by the user. |
![]() | Workspace | Gets the workspace in which the check-in is occurring. |
| Name | Description | |
|---|---|---|
![]() | AffectedTeamProjectsChanged | An event that occurs each time that the list of checked pending changes is changed in a way that also changes the list of affected team projects. |
![]() | CheckedPendingChangesChanged | An event that occurs each time the array of checked items has changed. |
Show:
