Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Function QueryResourceTypes ( _
resourceTypeIdentifiers As IEnumerable(Of Guid) _
) As ReadOnlyCollection(Of CatalogResourceType)
ReadOnlyCollection<CatalogResourceType> QueryResourceTypes(
IEnumerable<Guid> resourceTypeIdentifiers
)
ReadOnlyCollection<CatalogResourceType^>^ QueryResourceTypes(
IEnumerable<Guid>^ resourceTypeIdentifiers
)
abstract QueryResourceTypes :
resourceTypeIdentifiers:IEnumerable<Guid> -> ReadOnlyCollection<CatalogResourceType>
function QueryResourceTypes(
resourceTypeIdentifiers : IEnumerable<Guid>
) : ReadOnlyCollection<CatalogResourceType>
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.
.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.