Método TeamFoundationTeamService.QueryTeams (TeamFoundationRequestContext, Dictionary<String, Guid>)
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)
Sintaxe
'Declaração
Public Function QueryTeams ( _
requestContext As TeamFoundationRequestContext, _
hostMap As Dictionary(Of String, Guid) _
) As IEnumerable(Of TeamFoundationTeam)
public IEnumerable<TeamFoundationTeam> QueryTeams(
TeamFoundationRequestContext requestContext,
Dictionary<string, Guid> hostMap
)
Parâmetros
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- hostMap
Tipo: System.Collections.Generic.Dictionary<String, Guid>
Valor de retorno
Tipo: System.Collections.Generic.IEnumerable<TeamFoundationTeam>
Retorna IEnumerable<T>.
Implementações
ITeamFoundationTeamService.QueryTeams(TeamFoundationRequestContext, Dictionary<String, Guid>)
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.