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
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- scopeIds
Tipo: array<System.Guid[]
- recurse
Tipo: System.Boolean
- propertyNameFilters
Tipo: System.Collections.Generic.IEnumerable<String>
Valor de retorno
Tipo: System.Collections.Generic.IList<Identity>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.