This documentation is archived and is not being maintained.

AffectedTeamProjects Constructor (IEnumerable<PendingChange>)

Initializes a new AffectedTeamProjects instance.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
AffectedTeamProjects(
	IEnumerable<PendingChange^>^ changes
)

Parameters

changes
Type: System.Collections.Generic::IEnumerable<PendingChange>

The collection of pending changes for which affected team projects is desired.

Show: