Share via


ITagStorageProvider<T>.GetTagsHistoryForArtifact Method

Get the tag association history for an artifact

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

Syntax

'Declaration
Function GetTagsHistoryForArtifact ( _
    requestContext As TeamFoundationRequestContext, _
    artifactId As T _
) As TagIdsHistoryEntry(Of T)()
TagIdsHistoryEntry<T>[] GetTagsHistoryForArtifact(
    TeamFoundationRequestContext requestContext,
    T artifactId
)
array<TagIdsHistoryEntry<T>^>^ GetTagsHistoryForArtifact(
    TeamFoundationRequestContext^ requestContext, 
    T artifactId
)
abstract GetTagsHistoryForArtifact : 
        requestContext:TeamFoundationRequestContext * 
        artifactId:'T -> TagIdsHistoryEntry<'T>[] 
function GetTagsHistoryForArtifact(
    requestContext : TeamFoundationRequestContext, 
    artifactId : T
) : TagIdsHistoryEntry<T>[]

Parameters

  • artifactId
    Type: T

    artifact id

Return Value

Type: array<TagIdsHistoryEntry<T>[]
An ordered array for tag history entries (oldest first)

.NET Framework Security

See Also

Reference

ITagStorageProvider<T> Interface

Microsoft.TeamFoundation.Server.Core Namespace