ICatalogService.QueryResources Method (IEnumerable<Guid>, CatalogQueryOptions)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaração
Function QueryResources ( _
resourceIdentifiers As IEnumerable(Of Guid), _
queryOptions As CatalogQueryOptions _
) As ReadOnlyCollection(Of CatalogResource)
ReadOnlyCollection<CatalogResource> QueryResources(
IEnumerable<Guid> resourceIdentifiers,
CatalogQueryOptions queryOptions
)
ReadOnlyCollection<CatalogResource^>^ QueryResources(
IEnumerable<Guid>^ resourceIdentifiers,
CatalogQueryOptions queryOptions
)
abstract QueryResources :
resourceIdentifiers:IEnumerable<Guid> *
queryOptions:CatalogQueryOptions -> ReadOnlyCollection<CatalogResource>
function QueryResources(
resourceIdentifiers : IEnumerable<Guid>,
queryOptions : CatalogQueryOptions
) : ReadOnlyCollection<CatalogResource>
Parameters
- resourceIdentifiers
Type: System.Collections.Generic.IEnumerable<Guid>
- queryOptions
Type: Microsoft.TeamFoundation.Framework.Common.CatalogQueryOptions
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<CatalogResource>
.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.