This documentation is archived and is not being maintained.
ITeamProjectCollectionService::GetCollections Method (IEnumerable<Guid>)
Visual Studio 2013
Gets collections with the specified collection ids. Only created and registered collections will be returned.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- collectionIds
- Type: System.Collections.Generic::IEnumerable<Guid>
the identifiers of the collections to retrieve.
Return Value
Type: System.Collections.Generic::IList<TeamProjectCollection>The associated Team Project Collections. A null element is used for any collection not found.
- 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: