This documentation is archived and is not being maintained.
TfsTeamProjectCollection Constructor (Uri, ICredentials, ICredentialsProvider, IdentityDescriptor)
Visual Studio 2010
Initializes a new instance of the TfsTeamProjectCollection class.
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public:
TfsTeamProjectCollection(
Uri^ uri,
ICredentials^ credentials,
ICredentialsProvider^ credentialsProvider,
IdentityDescriptor^ identityToImpersonate
)
Parameters
- uri
- Type: System::Uri
The URI of the project collection.
- credentials
- Type: System.Net::ICredentials
The authentication credentials.
- credentialsProvider
- Type: Microsoft.TeamFoundation.Client::ICredentialsProvider
Used to get the credentials when the credentials of the current environment fail.
- identityToImpersonate
- Type: Microsoft.TeamFoundation.Framework.Client::IdentityDescriptor
The identity to impersonate.
- 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: