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