Compartir a través de


IdentityService.ListDeletedGroups (Método)

Espacio de nombres:  Microsoft.VisualStudio.Services.Identity
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
Public MustOverride Function ListDeletedGroups ( _
    requestContext As TeamFoundationRequestContext, _
    scopeIds As Guid(), _
    recurse As Boolean, _
    propertyNameFilters As IEnumerable(Of String) _
) As IList(Of Identity)
public abstract IList<Identity> ListDeletedGroups(
    TeamFoundationRequestContext requestContext,
    Guid[] scopeIds,
    bool recurse,
    IEnumerable<string> propertyNameFilters
)

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.IList<Identity>

Seguridad de .NET Framework

Vea también

Referencia

IdentityService Clase

Microsoft.VisualStudio.Services.Identity (Espacio de nombres)