ICatalogService.QueryResourcesByType 方法
prvodied 型別的目錄資源的 Retuns 全部。 如果 Guid.Empty 傳遞,所有資源傳回。
命名空間: Microsoft.TeamFoundation.Framework.Client
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
Function QueryResourcesByType ( _
resourceTypeIdentifiers As IEnumerable(Of Guid), _
queryOptions As CatalogQueryOptions _
) As ReadOnlyCollection(Of CatalogResource)
ReadOnlyCollection<CatalogResource> QueryResourcesByType(
IEnumerable<Guid> resourceTypeIdentifiers,
CatalogQueryOptions queryOptions
)
參數
- resourceTypeIdentifiers
類型:System.Collections.Generic.IEnumerable<Guid>
- queryOptions
類型:Microsoft.TeamFoundation.Framework.Common.CatalogQueryOptions
如果 ExpandDependencies 指定,在節點的相依性屬性會包含其相依的節點。如果 IncludeParents 指定,在 CatalogNode ParentNode 的屬性將包含父節點。將所指定的選項會傳回目錄節點具有該值的空間。應該只擷取額外資料,如果它是必要的,因為計算和傳送資訊可能會耗用相當多的資源。
傳回值
類型:System.Collections.ObjectModel.ReadOnlyCollection<CatalogResource>
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。