Metodo TeamFoundationIdentityService.GetScopeInfo

Ottenere informazioni su un ambito IMS.

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Implementa

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamFoundationIdentityService Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server