This documentation is archived and is not being maintained.

TfsTeamProjectCollection Constructor (RegisteredProjectCollection, ICredentials, ICredentialsProvider, IdentityDescriptor)

Initializes a new instance of the TfsTeamProjectCollection class.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public function TfsTeamProjectCollection(
	projectCollection : RegisteredProjectCollection, 
	credentials : ICredentials, 
	credentialsProvider : ICredentialsProvider, 
	identityToImpersonate : IdentityDescriptor
)

Parameters

projectCollection
Type: Microsoft.TeamFoundation.Client.RegisteredProjectCollection
A registered Team Project collection.
credentials
Type: System.Net.ICredentials
Used to authenticate the user.
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.

Show: