ITagStorageProvider.GetArtifactTagIds<T>-Methode (TeamFoundationRequestContext, Guid, IEnumerable<T>)

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

Syntax

'Declaration
Function GetArtifactTagIds(Of T) ( _
    requestContext As TeamFoundationRequestContext, _
    artifactKind As Guid, _
    artifactIds As IEnumerable(Of T) _
) As IEnumerable(Of ArtifactTagIds(Of T))
IEnumerable<ArtifactTagIds<T>> GetArtifactTagIds<T>(
    TeamFoundationRequestContext requestContext,
    Guid artifactKind,
    IEnumerable<T> artifactIds
)

Typparameter

  • T

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ITagStorageProvider Schnittstelle

GetArtifactTagIds-Überladung

Microsoft.TeamFoundation.Framework.Server-Namespace