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)
Syntax
声明
Public Interface IPendingCheckinPendingChanges
public interface IPendingCheckinPendingChanges
public interface class IPendingCheckinPendingChanges
type IPendingCheckinPendingChanges =  interface end
public interface IPendingCheckinPendingChanges
The IPendingCheckinPendingChanges type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | AffectedTeamProjectPaths | Gets the array of team projects that was affected by the current set of checked pending changes. | 
| .gif) | AllPendingChanges | Gets the array of all pending changes. | 
| .gif) | CheckedPendingChanges | Gets or sets the array of checked pending changes. | 
| .gif) | Comment | Gets or sets the comment that has been entered by the user. | 
| .gif) | Workspace | Gets the workspace in which the check-in is occurring. | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | 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. | 
| .gif) | CheckedPendingChangesChanged | An event that occurs each time the array of checked items has changed. | 
Top