This documentation is archived and is not being maintained.
TfsTeamProjectCollection Constructor (Uri, ICredentialsProvider)
Visual Studio 2012
Note: This API is now obsolete.
Initializes a new instance of the TfsTeamProjectCollection class.
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public function TfsTeamProjectCollection( uri : Uri, credentialsProvider : ICredentialsProvider )
Parameters
- uri
- Type: System.Uri
The URI of the project collection.
- credentialsProvider
- Type: Microsoft.TeamFoundation.Client.ICredentialsProvider
Used to get the credentials when the credentials of the current environment fail.
| Exception | Condition |
|---|---|
| ArgumentNullException | when uri is null |
- 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: