Share via


ITagStorageProvider.GetArtifactTagIds<T> Method (TeamFoundationRequestContext, Guid, 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, _
    artifactId As T _
) As IEnumerable(Of Guid)
IEnumerable<Guid> GetArtifactTagIds<T>(
    TeamFoundationRequestContext requestContext,
    Guid artifactKind,
    T artifactId
)
generic<typename T>
IEnumerable<Guid>^ GetArtifactTagIds(
    TeamFoundationRequestContext^ requestContext, 
    Guid artifactKind, 
    T artifactId
)
abstract GetArtifactTagIds : 
        requestContext:TeamFoundationRequestContext * 
        artifactKind:Guid * 
        artifactId:'T -> IEnumerable<Guid> 
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

  • artifactId
    Type: T

Return Value

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

.NET Framework Security

See Also

Reference

ITagStorageProvider Interface

GetArtifactTagIds Overload

Microsoft.TeamFoundation.Framework.Server Namespace