This documentation is archived and is not being maintained.
ITagStorageProvider(Of T) Interface
Visual Studio 2013
Contract for tag storage providers
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
The ITagStorageProvider(Of T) type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetTagsForArtifacts | Get tag association for a list of artifacts |
![]() | GetTagsForVersionedArtifacts | Get tag association for a list of artifacts as of a specific version |
![]() | GetTagsHistoryForArtifact | Get the tag association history for an artifact |
![]() | QueryArtifacts | Search for artifacts in the intersection of set of tags. |
![]() | UpdateTagsForArtifact(TeamFoundationRequestContext, T, IEnumerable(Of Guid), IEnumerable(Of Guid), Guid) | Adds and removes tags association for an artifact, that artifact-tag association version will be incremented |
![]() | UpdateTagsForArtifact(TeamFoundationRequestContext, T, IEnumerable(Of Guid), IEnumerable(Of Guid), Guid, Int32) | Adds and removes tags association for an artifact at a specific version |
Show:
