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.
Gets the registered configuration server associated with the specified URI.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared Function GetConfigurationServer ( _
uri As Uri _
) As RegisteredConfigurationServer
public static RegisteredConfigurationServer GetConfigurationServer(
Uri uri
)
public:
static RegisteredConfigurationServer^ GetConfigurationServer(
Uri^ uri
)
static member GetConfigurationServer :
uri:Uri -> RegisteredConfigurationServer
public static function GetConfigurationServer(
uri : Uri
) : RegisteredConfigurationServer
Parameters
- uri
Type: System.Uri
The URI of the desired registered configuration server.
Return Value
Type: Microsoft.TeamFoundation.Client.RegisteredConfigurationServer
The RegisteredConfigurationServer instance associated with the specified URI.
Null if no server is found with the specified URI.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RegisteredTfsConnections Class