This documentation is archived and is not being maintained.
TfsTeamService::QueryTeams Method (IdentityDescriptor)
Visual Studio 2013
Query all Team groups that given user is a member of.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public:
IEnumerable<TeamFoundationTeam^>^ QueryTeams(
IdentityDescriptor^ descriptor
)
Parameters
- descriptor
- Type: Microsoft.TeamFoundation.Framework.Client::IdentityDescriptor
Return Value
Type: System.Collections.Generic::IEnumerable<TeamFoundationTeam>Returns IEnumerable<T>.
- 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.
Show: