Share via


RegisteredTfsConnections.RegisterProjectCollection Method

Registers the specified project collection with this registry.

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

Syntax

'Declaration
Public Shared Sub RegisterProjectCollection ( _
    projectCollection As TfsTeamProjectCollection _
)
public static void RegisterProjectCollection(
    TfsTeamProjectCollection projectCollection
)
public:
static void RegisterProjectCollection(
    TfsTeamProjectCollection^ projectCollection
)
static member RegisterProjectCollection : 
        projectCollection:TfsTeamProjectCollection -> unit
public static function RegisterProjectCollection(
    projectCollection : TfsTeamProjectCollection
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

RegisteredTfsConnections Class

Microsoft.TeamFoundation.Client Namespace