Compartilhar via


Método ITagStorageProvider<T>.QueryArtifacts

Pesquise por artefatos em interseção do conjunto de marcas.

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

Sintaxe

'Declaração
Function QueryArtifacts ( _
    requestContext As TeamFoundationRequestContext, _
    tagIds As IEnumerable(Of Guid) _
) As IEnumerable(Of T)
IEnumerable<T> QueryArtifacts(
    TeamFoundationRequestContext requestContext,
    IEnumerable<Guid> tagIds
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ITagStorageProvider<T> Interface

Namespace Microsoft.TeamFoundation.Server.Core