Compartir a través de


ITeamFoundationIdentityService.GetScopeInfo (Método)

Obtiene información sobre un ámbito de IMS.

Espacio de nombres:  Microsoft.TeamFoundation.Server.Core
Ensamblado:  Microsoft.TeamFoundation.Server.Core (en Microsoft.TeamFoundation.Server.Core.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

ITeamFoundationIdentityService Interfaz

Microsoft.TeamFoundation.Server.Core (Espacio de nombres)