ITagStorageProvider.GetTagIdArtifacts<T> Method

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

Syntax

'Declaration
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
)
generic<typename T>
IEnumerable<TagIdArtifacts<T>^>^ GetTagIdArtifacts(
    TeamFoundationRequestContext^ requestContext, 
    Guid artifactKind, 
    IEnumerable<T>^ artifactIds
)
abstract GetTagIdArtifacts : 
        requestContext:TeamFoundationRequestContext * 
        artifactKind:Guid * 
        artifactIds:IEnumerable<'T> -> IEnumerable<TagIdArtifacts<'T>> 
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ITagStorageProvider Interface

Microsoft.TeamFoundation.Framework.Server Namespace