TeamFoundationServer Constructor (RegisteredProjectCollection)

Initializes a new TeamFoundationServer object that is associated with the server that is described by the specified RegisteredProjectCollection.

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

Syntax

'Declaration
Public Sub New ( _
    projectCollection As RegisteredProjectCollection _
)
public TeamFoundationServer(
    RegisteredProjectCollection projectCollection
)
public:
TeamFoundationServer(
    RegisteredProjectCollection^ projectCollection
)
new : 
        projectCollection:RegisteredProjectCollection -> TeamFoundationServer
public function TeamFoundationServer(
    projectCollection : RegisteredProjectCollection
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationServer Class

TeamFoundationServer Overload

Microsoft.TeamFoundation.Client Namespace