Compartilhar via


Método IdentityService.ListDeletedGroups

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
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 de retorno

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

Segurança do .NET Framework

Consulte também

Referência

IdentityService Classe

Namespace Microsoft.VisualStudio.Services.Identity