TfsTeamProjectCollectionFactory.GetTeamProjectCollection Method (Uri)
Visual Studio 2012
Gets the TfsTeamProjectCollection instance that is associated with the server at the specified URI.
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- uri
- Type: Uri
The URI of the server that is running Team Foundation Server.
Return Value
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollectionThe TfsTeamProjectCollection instance that is associated with the server at the specified URI.
If a TfsTeamProjectCollection object that has the specified URI is in the cache, it is returned. If not, a new TfsTeamProjectCollection instance is created by using a credentials provider, if any, that is appropriate for the environment. The created TfsTeamProjectCollection object is put in the cache and associated with the URI that is resolved for the name.
- 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.