This documentation is archived and is not being maintained.
TeamFoundationServerFactory Class
Visual Studio 2013
Note: This API is now obsolete.
Class factory for TeamFoundationServer objects. This class is obsolete. Use TfsTeamProjectCollectionFactory instead.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
[ObsoleteAttribute(L"The TeamFoundationServerFactory class is obsolete. Use the TfsTeamProjectCollection or TfsConfigurationServer classes to talk to a 2010 or newer Team Foundation Server. In order to talk to a 2005 or 2008 Team Foundation Server use the TfsTeamProjectCollection class. The corresponding factory class for that is the TfsTeamProjectCollectionFactory.")] public ref class TeamFoundationServerFactory abstract sealed
| Name | Description | |
|---|---|---|
![]() ![]() | GetServer(String) | Gets the TeamFoundationServer object that is associated with the specified URL. |
![]() ![]() | GetServer(Uri) | Gets the TeamFoundationServer object that is associated with the specified URI. |
![]() ![]() | GetServer(RegisteredProjectCollection) | Gets the TeamFoundationServer object that is associated with the specified RegisteredProjectCollection object. |
![]() ![]() | GetServer(String, ICredentialsProvider) | Gets the TeamFoundationServer object that is associated with the specified URL and credentials provider. |
![]() ![]() | GetServer(Uri, ICredentialsProvider) | Gets the TeamFoundationServer object that is associated with the specified URI and credentials provider. |
![]() ![]() | GetServer(RegisteredProjectCollection, ICredentialsProvider) | Gets the TeamFoundationServer object that is associated with the specified RegisteredProjectCollection object. |
Show:
