Поделиться через


IdentityService.ListDeletedGroups - метод

Пространство имен:  Microsoft.VisualStudio.Services.Identity
Сборка:  Microsoft.TeamFoundation.Framework.Server (в Microsoft.TeamFoundation.Framework.Server.dll)

Синтаксис

'Декларация
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
)

Параметры

Возвращаемое значение

Тип: System.Collections.Generic.IList<Identity>

Безопасность платформы .NET Framework

См. также

Ссылки

IdentityService Класс

Microsoft.VisualStudio.Services.Identity - пространство имен