This documentation is archived and is not being maintained.

AffectedTeamProjectsEventArgs Constructor

Initializes the event arguments to contain the specified array of team projects.

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

public:
AffectedTeamProjectsEventArgs(
	array<String^>^ teamProjects
)

Parameters

teamProjects
Type: array<System::String>

The array of team projects.

Show: