ITeamFoundationIdentityService.IsMember, méthode (TeamFoundationRequestContext, IdentityDescriptor, IdentityDescriptor, Boolean)
Requête développée d'appartenance.
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
Function IsMember ( _
requestContext As TeamFoundationRequestContext, _
groupDescriptor As IdentityDescriptor, _
descriptor As IdentityDescriptor, _
forceCacheReload As Boolean _
) As Boolean
bool IsMember(
TeamFoundationRequestContext requestContext,
IdentityDescriptor groupDescriptor,
IdentityDescriptor descriptor,
bool forceCacheReload
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Le contexte pour cette requête.
- groupDescriptor
Type : Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Le descripteur de groupe.
- descriptor
Type : Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Membre.
- forceCacheReload
Type : System.Boolean
Valeur de retour
Type : System.Boolean
retourne Boolean ;
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.