Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.RegisteredProjectCollectionA registered Team Project collection.
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