Metodo ITagStorageProvider.GetTagIdArtifacts<T>

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
Function GetTagIdArtifacts(Of T) ( _
    requestContext As TeamFoundationRequestContext, _
    artifactKind As Guid, _
    artifactIds As IEnumerable(Of T) _
) As IEnumerable(Of TagIdArtifacts(Of T))
IEnumerable<TagIdArtifacts<T>> GetTagIdArtifacts<T>(
    TeamFoundationRequestContext requestContext,
    Guid artifactKind,
    IEnumerable<T> artifactIds
)

Parametri di tipo

  • T

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITagStorageProvider Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server