This documentation is archived and is not being maintained.
ICatalogService.QueryResourceTypes Method
Visual Studio 2013
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.
- 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.
Show: