Partager via


TeamFoundationIdentityService.GetScopeInfo, méthode

Espace de noms :  Microsoft.TeamFoundation.Server.Core
Assembly :  Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)

Syntaxe

'Déclaration
Public Sub GetScopeInfo ( _
    requestContext As TeamFoundationRequestContext, _
    scopeId As String, _
    <OutAttribute> ByRef scopeName As String, _
    <OutAttribute> ByRef administrators As IdentityDescriptor, _
    <OutAttribute> ByRef isGlobal As Boolean _
)
public void GetScopeInfo(
    TeamFoundationRequestContext requestContext,
    string scopeId,
    out string scopeName,
    out IdentityDescriptor administrators,
    out bool isGlobal
)

Paramètres

Implémentations

ITeamFoundationIdentityService.GetScopeInfo(TeamFoundationRequestContext, String, String%, IdentityDescriptor%, Boolean%)

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationIdentityService Classe

Microsoft.TeamFoundation.Server.Core, espace de noms