Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextTeam Foundation request context
artifactId
Type: Tartifact id
Return Value
Type: array<TagIdsHistoryEntry<T>[]
An ordered array for tag history entries (oldest first)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.