Share via


ITagStorageProvider.QueryArtifacts<T> Method

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

Syntax

'Declaration
Function QueryArtifacts(Of T) ( _
    requestContext As TeamFoundationRequestContext, _
    artifactKind As Guid, _
    tagIds As IEnumerable(Of Guid) _
) As IEnumerable(Of T)
IEnumerable<T> QueryArtifacts<T>(
    TeamFoundationRequestContext requestContext,
    Guid artifactKind,
    IEnumerable<Guid> tagIds
)
generic<typename T>
IEnumerable<T>^ QueryArtifacts(
    TeamFoundationRequestContext^ requestContext, 
    Guid artifactKind, 
    IEnumerable<Guid>^ tagIds
)
abstract QueryArtifacts : 
        requestContext:TeamFoundationRequestContext * 
        artifactKind:Guid * 
        tagIds:IEnumerable<Guid> -> IEnumerable<'T> 
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<T>

.NET Framework Security

See Also

Reference

ITagStorageProvider Interface

Microsoft.TeamFoundation.Framework.Server Namespace