This documentation is archived and is not being maintained.
TeamFoundationServerFactory::GetServer Method (RegisteredProjectCollection, ICredentialsProvider)
Visual Studio 2013
Gets the TeamFoundationServer object that is associated with the specified RegisteredProjectCollection object.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: static TeamFoundationServer^ GetServer( RegisteredProjectCollection^ projectCollection, ICredentialsProvider^ fallbackCredentialsProvider )
Parameters
- projectCollection
- Type: Microsoft.TeamFoundation.Client::RegisteredProjectCollection
The RegisteredProjectCollection instance that contains information about the server.
- fallbackCredentialsProvider
- Type: Microsoft.TeamFoundation.Client::ICredentialsProvider
The credentials provider to use if the environment does not already supply one.
Return Value
Type: Microsoft.TeamFoundation.Client::TeamFoundationServerThe TeamFoundationServer object that is associated with the server that is described in the specified RegisteredProjectCollection.
- 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.
Show: