TfsTeamProjectCollection Constructor (RegisteredProjectCollection, IdentityDescriptor)

Initializes a new instance of the TfsTeamProjectCollection class.

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

Syntax

'Declaration
Public Sub New ( _
    projectCollection As RegisteredProjectCollection, _
    identityToImpersonate As IdentityDescriptor _
)
public TfsTeamProjectCollection(
    RegisteredProjectCollection projectCollection,
    IdentityDescriptor identityToImpersonate
)
public:
TfsTeamProjectCollection(
    RegisteredProjectCollection^ projectCollection, 
    IdentityDescriptor^ identityToImpersonate
)
new : 
        projectCollection:RegisteredProjectCollection * 
        identityToImpersonate:IdentityDescriptor -> TfsTeamProjectCollection
public function TfsTeamProjectCollection(
    projectCollection : RegisteredProjectCollection, 
    identityToImpersonate : IdentityDescriptor
)

Parameters

.NET Framework Security

See Also

Reference

TfsTeamProjectCollection Class

TfsTeamProjectCollection Overload

Microsoft.TeamFoundation.Client Namespace