Partager via


ITagStorageProvider<T>.QueryArtifacts, méthode

Recherchez des artefacts dans l'intersection du jeu de balises.

Espace de noms :  Microsoft.TeamFoundation.Server.Core
Assembly :  Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)

Syntaxe

'Déclaration
Function QueryArtifacts ( _
    requestContext As TeamFoundationRequestContext, _
    tagIds As IEnumerable(Of Guid) _
) As IEnumerable(Of T)
IEnumerable<T> QueryArtifacts(
    TeamFoundationRequestContext requestContext,
    IEnumerable<Guid> tagIds
)

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

ITagStorageProvider<T> Interface

Microsoft.TeamFoundation.Server.Core, espace de noms