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
Public property AffectedTeamProjectPaths Gets the array of team projects that was affected by the current set of checked pending changes.
Public property AllPendingChanges Gets the array of all pending changes.
Public property CheckedPendingChanges Gets or sets the array of checked pending changes.
Public property Comment Gets or sets the comment that has been entered by the user.
Public property Workspace Gets the workspace in which the check-in is occurring.

Top

Events

  Name Description
Public event 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.
Public event CheckedPendingChangesChanged An event that occurs each time the array of checked items has changed.

Top

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace