ITeamProjectCollectionService.GetCollections 方法 (IEnumerable<Guid>, ServiceHostFilterFlags)
取得與指定集合 ID 的集合。
命名空間: Microsoft.TeamFoundation.Framework.Client
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
Function GetCollections ( _
collectionIds As IEnumerable(Of Guid), _
filterFlags As ServiceHostFilterFlags _
) As IList(Of TeamProjectCollection)
IList<TeamProjectCollection> GetCollections(
IEnumerable<Guid> collectionIds,
ServiceHostFilterFlags filterFlags
)
參數
- collectionIds
類型:System.Collections.Generic.IEnumerable<Guid>
要擷取之集合的識別項。
- filterFlags
類型:Microsoft.TeamFoundation.Framework.Client.ServiceHostFilterFlags
旗標指示傳回的集合。
傳回值
類型:System.Collections.Generic.IList<TeamProjectCollection>
關聯的 Team 專案集合。一個 null 元素為所有集合中找不到使用。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。