IPendingCheckinPendingChanges Interface
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
'Declaration
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 | |
---|---|---|
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. |
Top
Events
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. |
Top