Freigeben über


ITagStorageProvider<T>.GetTagsHistoryForArtifact-Methode

Rufen Sie den Tagzuordnungsverlauf für ein Artefakt ab

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
)

Parameter

  • artifactId
    Typ: T
    Artefakt-ID

Rückgabewert

Typ: array<TagIdsHistoryEntry<T>[]
Ein geordnetes Array für Tagverlaufseinträge (älteste erste)

.NET Framework-Sicherheit

Siehe auch

Referenz

ITagStorageProvider<T> Schnittstelle

Microsoft.TeamFoundation.Server.Core-Namespace