Share via


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

Sécurité .NET Framework

Voir aussi

Référence

ITeamFoundationIdentityService Interface

Microsoft.TeamFoundation.Server.Core, espace de noms