ITeamFoundationIdentityService.AddMemberToApplicationGroup, méthode (TeamFoundationRequestContext, IdentityDescriptor, TeamFoundationIdentity)
Ajoutez le membre au groupe TFS.
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
Function AddMemberToApplicationGroup ( _
requestContext As TeamFoundationRequestContext, _
groupDescriptor As IdentityDescriptor, _
member As TeamFoundationIdentity _
) As TeamFoundationIdentity
TeamFoundationIdentity AddMemberToApplicationGroup(
TeamFoundationRequestContext requestContext,
IdentityDescriptor groupDescriptor,
TeamFoundationIdentity member
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Le contexte pour cette requête.
- groupDescriptor
Type : Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
SID de groupe TFS.
- member
Type : Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
Membre.
Valeur de retour
Type : Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
retourne TeamFoundationIdentity ;
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
ITeamFoundationIdentityService Interface