This documentation is archived and is not being maintained.

RegisteredTfsConnections::RegisterProjectCollection Method

Registers the specified project collection with this registry.

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

public:
static void RegisterProjectCollection(
	TfsTeamProjectCollection^ projectCollection
)

Parameters

projectCollection
Type: Microsoft.TeamFoundation.Client::TfsTeamProjectCollection

The project collection to register.

If the project collection is part of a configuration server, the configuration server will also be registered.

Show: