ITeamProjectCollectionService.GetCollections 方法 (IEnumerable<Guid>)

获取具有指定的集合 ID 的集合。 只能创建和注册的集合将返回。

命名空间:  Microsoft.TeamFoundation.Framework.Client
程序集:  Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)

语法

声明
Function GetCollections ( _
    collectionIds As IEnumerable(Of Guid) _
) As IList(Of TeamProjectCollection)
IList<TeamProjectCollection> GetCollections(
    IEnumerable<Guid> collectionIds
)

参数

返回值

类型:System.Collections.Generic.IList<TeamProjectCollection>
关联的团队项目集合。一个空元素。未找到的任何集合使用。

.NET Framework 安全性

请参阅

参考

ITeamProjectCollectionService 接口

GetCollections 重载

Microsoft.TeamFoundation.Framework.Client 命名空间