TeamFoundationServerFactory.GetServer Method (RegisteredProjectCollection)
Visual Studio 2012
Gets the TeamFoundationServer object that is associated with the specified RegisteredProjectCollection object.
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public static TeamFoundationServer GetServer( RegisteredProjectCollection projectCollection )
Parameters
- projectCollection
- Type: Microsoft.TeamFoundation.Client.RegisteredProjectCollection
The RegisteredProjectCollection instance that contains information about the server.
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.