Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Class that represents a registry of Team Foundation Server connections.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Client.RegisteredTfsConnections
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public NotInheritable Class RegisteredTfsConnections
public static class RegisteredTfsConnections
public ref class RegisteredTfsConnections abstract sealed
[<AbstractClass>]
[<Sealed>]
type RegisteredTfsConnections = class end
public final class RegisteredTfsConnections
The RegisteredTfsConnections type exposes the following members.
Methods
| 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. |
![]() ![]() |
RegisterConfigurationServer | Registers the specified TfsConfigurationServer with this registry. |
![]() ![]() |
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. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)