Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note: This API is now obsolete.
Initializes a new instance of the TfsTeamProjectCollection class.
Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method has been deprecated and will be removed in a future release. See constructors which utilize TfsClientCredentials instead.")> _
Public Sub New ( _
    uri As Uri, _
    credentials As ICredentials, _
    credentialsProvider As ICredentialsProvider, _
    identityToImpersonate As IdentityDescriptor _
)
[ObsoleteAttribute("This method has been deprecated and will be removed in a future release. See constructors which utilize TfsClientCredentials instead.")]
public TfsTeamProjectCollection(
    Uri uri,
    ICredentials credentials,
    ICredentialsProvider credentialsProvider,
    IdentityDescriptor identityToImpersonate
)
[ObsoleteAttribute(L"This method has been deprecated and will be removed in a future release. See constructors which utilize TfsClientCredentials instead.")]
public:
TfsTeamProjectCollection(
    Uri^ uri, 
    ICredentials^ credentials, 
    ICredentialsProvider^ credentialsProvider, 
    IdentityDescriptor^ identityToImpersonate
)
[<ObsoleteAttribute("This method has been deprecated and will be removed in a future release. See constructors which utilize TfsClientCredentials instead.")>]
new : 
        uri:Uri * 
        credentials:ICredentials * 
        credentialsProvider:ICredentialsProvider * 
        identityToImpersonate:IdentityDescriptor -> TfsTeamProjectCollection
public function TfsTeamProjectCollection(
    uri : Uri, 
    credentials : ICredentials, 
    credentialsProvider : ICredentialsProvider, 
    identityToImpersonate : IdentityDescriptor
)
Parameters
uri
Type: System.UriThe URI of the project collection.
credentials
Type: System.Net.ICredentialsThe authentication credentials.
credentialsProvider
Type: Microsoft.TeamFoundation.Client.ICredentialsProviderUsed to get the credentials when the credentials of the current environment fail.
identityToImpersonate
Type: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptorThe identity to impersonate.
.NET Framework Security
- 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.
 
See Also
Reference
TfsTeamProjectCollection Class