This documentation is archived and is not being maintained.

ICatalogService.QueryResourceTypes Method

Returns the resource types for all of the specified identifiers. If null or an empty list is passed in, all resource types will be returned.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

ReadOnlyCollection<CatalogResourceType> QueryResourceTypes(
	IEnumerable<Guid> resourceTypeIdentifiers
)

Parameters

resourceTypeIdentifiers
Type: System.Collections.Generic.IEnumerable<Guid>

Identifiers for the resource types that should be returned. If this has a value of null or empty, all resource types will be returned.

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<CatalogResourceType>
Resource types for the requested identifiers.

Show: