Freigeben über


ITagStorageProvider<T>.QueryArtifacts-Methode

Suche für Artefakte in der Schnittmenge des Satzes 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
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ITagStorageProvider<T> Schnittstelle

Microsoft.TeamFoundation.Server.Core-Namespace