TfsTeamProjectCollection, constructeur (Uri, IdentityDescriptor)
Initialise une nouvelle instance de TfsTeamProjectCollection.
Espace de noms : Microsoft.TeamFoundation.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
uri As Uri, _
identityToImpersonate As IdentityDescriptor _
)
public TfsTeamProjectCollection(
Uri uri,
IdentityDescriptor identityToImpersonate
)
Paramètres
- uri
Type : System.Uri
L'URI de la collection de projets.
- identityToImpersonate
Type : Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
L'identité à emprunter.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | lorsque uri est null |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
TfsTeamProjectCollection Classe