Freigeben über


TeamFoundationTeamService.QueryTeams-Methode (TeamFoundationRequestContext, IdentityDescriptor)

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function QueryTeams ( _
    requestContext As TeamFoundationRequestContext, _
    descriptor As IdentityDescriptor _
) As IEnumerable(Of TeamFoundationTeam)
public IEnumerable<TeamFoundationTeam> QueryTeams(
    TeamFoundationRequestContext requestContext,
    IdentityDescriptor descriptor
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<TeamFoundationTeam>

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationTeamService Klasse

QueryTeams-Überladung

Microsoft.TeamFoundation.Framework.Server.Alm-Namespace