ITeamProjectCollectionService.GetCollections Method (IEnumerable<Guid>)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaração
Function GetCollections ( _
collectionIds As IEnumerable(Of Guid) _
) As IList(Of TeamProjectCollection)
IList<TeamProjectCollection> GetCollections(
IEnumerable<Guid> collectionIds
)
IList<TeamProjectCollection^>^ GetCollections(
IEnumerable<Guid>^ collectionIds
)
abstract GetCollections :
collectionIds:IEnumerable<Guid> -> IList<TeamProjectCollection>
function GetCollections(
collectionIds : IEnumerable<Guid>
) : IList<TeamProjectCollection>
Parameters
- collectionIds
Type: System.Collections.Generic.IEnumerable<Guid>
Return Value
Type: System.Collections.Generic.IList<TeamProjectCollection>
.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.