ITagStorageProvider<T>.QueryArtifacts Method

Search for artifacts in the intersection of set of tags.

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

Syntax

'Declaration
Function QueryArtifacts ( _
    requestContext As TeamFoundationRequestContext, _
    tagIds As IEnumerable(Of Guid) _
) As IEnumerable(Of T)
IEnumerable<T> QueryArtifacts(
    TeamFoundationRequestContext requestContext,
    IEnumerable<Guid> tagIds
)
IEnumerable<T>^ QueryArtifacts(
    TeamFoundationRequestContext^ requestContext, 
    IEnumerable<Guid>^ tagIds
)
abstract QueryArtifacts : 
        requestContext:TeamFoundationRequestContext * 
        tagIds:IEnumerable<Guid> -> IEnumerable<'T> 
function QueryArtifacts(
    requestContext : TeamFoundationRequestContext, 
    tagIds : IEnumerable<Guid>
) : IEnumerable<T>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ITagStorageProvider<T> Interface

Microsoft.TeamFoundation.Server.Core Namespace