ITeamFoundationIdentityService.GetScopeInfo, méthode
Obtient les informations sur une portée d'IMS.
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
Sub GetScopeInfo ( _
requestContext As TeamFoundationRequestContext, _
scopeId As String, _
<OutAttribute> ByRef scopeName As String, _
<OutAttribute> ByRef administrators As IdentityDescriptor, _
<OutAttribute> ByRef isGlobal As Boolean _
)
void GetScopeInfo(
TeamFoundationRequestContext requestContext,
string scopeId,
out string scopeName,
out IdentityDescriptor administrators,
out bool isGlobal
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
URI d'étendue.
- scopeId
Type : System.String
- scopeName
Type : System.String%
- administrators
Type : Microsoft.VisualStudio.Services.Identity.IdentityDescriptor%
- isGlobal
Type : System.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.