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
- projectCollection
Type: Microsoft.TeamFoundation.Client.RegisteredProjectCollection
A registered Team Project collection.
- identityToImpersonate
Type: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
The 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