Freigeben über


IdentityService.ListDeletedGroups-Methode

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

Syntax

'Declaration
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
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IdentityService Klasse

Microsoft.VisualStudio.Services.Identity-Namespace