ITeamFoundationTeamService.QueryTeams Method (TeamFoundationRequestContext, Dictionary<String, Guid>)
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function QueryTeams ( _
requestContext As TeamFoundationRequestContext, _
hostMap As Dictionary(Of String, Guid) _
) As IEnumerable(Of TeamFoundationTeam)
IEnumerable<TeamFoundationTeam> QueryTeams(
TeamFoundationRequestContext requestContext,
Dictionary<string, Guid> hostMap
)
IEnumerable<TeamFoundationTeam^>^ QueryTeams(
TeamFoundationRequestContext^ requestContext,
Dictionary<String^, Guid>^ hostMap
)
abstract QueryTeams :
requestContext:TeamFoundationRequestContext *
hostMap:Dictionary<string, Guid> -> IEnumerable<TeamFoundationTeam>
function QueryTeams(
requestContext : TeamFoundationRequestContext,
hostMap : Dictionary<String, Guid>
) : IEnumerable<TeamFoundationTeam>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- hostMap
Type: System.Collections.Generic.Dictionary<String, Guid>
Return Value
Type: System.Collections.Generic.IEnumerable<TeamFoundationTeam>
Returns IEnumerable<T>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.