TfsTeamProjectCollection Constructor (RegisteredProjectCollection)

Initializes a new instance of the TfsTeamProjectCollection class.

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

Syntax

'宣言
Public Sub New ( _
    projectCollection As RegisteredProjectCollection _
)
public TfsTeamProjectCollection(
    RegisteredProjectCollection projectCollection
)
public:
TfsTeamProjectCollection(
    RegisteredProjectCollection^ projectCollection
)
new : 
        projectCollection:RegisteredProjectCollection -> TfsTeamProjectCollection
public function TfsTeamProjectCollection(
    projectCollection : RegisteredProjectCollection
)

Parameters

.NET Framework Security

See Also

Reference

TfsTeamProjectCollection Class

TfsTeamProjectCollection Overload

Microsoft.TeamFoundation.Client Namespace