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)
Syntax
声明
Public Sub New ( _
    teamProjects As String() _
)
public AffectedTeamProjectsEventArgs(
    string[] teamProjects
)
public:
AffectedTeamProjectsEventArgs(
    array<String^>^ teamProjects
)
new : 
        teamProjects:string[] -> AffectedTeamProjectsEventArgs
public function AffectedTeamProjectsEventArgs(
    teamProjects : String[]
)
Parameters
- teamProjects
 Type: array<System.String[]
 The array of team projects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.