Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads Team groups by TeamFoundationId.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function ReadTeams ( _
requestContext As TeamFoundationRequestContext, _
teamIds As IEnumerable(Of Guid), _
propertyNameFilters As IEnumerable(Of String) _
) As IEnumerable(Of TeamFoundationTeam)
public IEnumerable<TeamFoundationTeam> ReadTeams(
TeamFoundationRequestContext requestContext,
IEnumerable<Guid> teamIds,
IEnumerable<string> propertyNameFilters
)
public:
virtual IEnumerable<TeamFoundationTeam^>^ ReadTeams(
TeamFoundationRequestContext^ requestContext,
IEnumerable<Guid>^ teamIds,
IEnumerable<String^>^ propertyNameFilters
) sealed
abstract ReadTeams :
requestContext:TeamFoundationRequestContext *
teamIds:IEnumerable<Guid> *
propertyNameFilters:IEnumerable<string> -> IEnumerable<TeamFoundationTeam>
override ReadTeams :
requestContext:TeamFoundationRequestContext *
teamIds:IEnumerable<Guid> *
propertyNameFilters:IEnumerable<string> -> IEnumerable<TeamFoundationTeam>
public final function ReadTeams(
requestContext : TeamFoundationRequestContext,
teamIds : IEnumerable<Guid>,
propertyNameFilters : IEnumerable<String>
) : IEnumerable<TeamFoundationTeam>
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe TeamFoundationRequestContext object.
teamIds
Type: System.Collections.Generic.IEnumerable<Guid>The TeamFoundationIds.
propertyNameFilters
Type: System.Collections.Generic.IEnumerable<String>Specifies extended properties to read, refer Prpoperty Service API. Set to null for all properties.
Return Value
Type: System.Collections.Generic.IEnumerable<TeamFoundationTeam>
Returns IEnumerable<T>.
Implements
.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.