This documentation is archived and is not being maintained.
RegisteredTfsConnections Class
Visual Studio 2013
Class that represents a registry of Team Foundation Server connections.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The RegisteredTfsConnections type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | GetConfigurationServer(String) | Gets the registered configuration server associated with the specified name. |
![]() ![]() | GetConfigurationServer(Uri) | Gets the registered configuration server associated with the specified URI. |
![]() ![]() | GetConfigurationServers | Gets an array of the currently registered configuration servers. |
![]() ![]() | GetLegacyProjectCollections | Gets an array of registered legacy project collections from Visual Studio Team System 2008 Team Foundation Server or earlier. |
![]() ![]() | GetProjectCollection(String) | Gets the registered project collection with the specified name. |
![]() ![]() | GetProjectCollection(Uri) | Gets the registered project collection with the specified URI. |
![]() ![]() | GetProjectCollections() | Gets an array of all registered project collections in this registry, including legacy collections. |
![]() ![]() | GetProjectCollections(String) | |
![]() ![]() | RegisterConfigurationServer(TfsConfigurationServer) | Registers the specified TfsConfigurationServer with this registry. |
![]() ![]() | RegisterConfigurationServer(Uri, Guid, Nullable<Boolean>) | |
![]() ![]() | RegisterProjectCollection | Registers the specified project collection with this registry. |
![]() ![]() | UnregisterConfigurationServer | Removes the configuration server with the specified name from this registry. |
![]() ![]() | UnregisterProjectCollection | Removes the project collection with the specified name from this registry. |
![]() ![]() | UpdateConfigurationServers |
Show:
