ITagStorageProvider<T>.GetTagsForVersionedArtifacts Method
Get tag association for a list of artifacts as of a specific version
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function GetTagsForVersionedArtifacts ( _
requestContext As TeamFoundationRequestContext, _
artifacts As IEnumerable(Of VersionedTagArtifact(Of T)) _
) As IEnumerable(Of ArtifactTagIds(Of T))
IEnumerable<ArtifactTagIds<T>> GetTagsForVersionedArtifacts(
TeamFoundationRequestContext requestContext,
IEnumerable<VersionedTagArtifact<T>> artifacts
)
IEnumerable<ArtifactTagIds<T>^>^ GetTagsForVersionedArtifacts(
TeamFoundationRequestContext^ requestContext,
IEnumerable<VersionedTagArtifact<T>^>^ artifacts
)
abstract GetTagsForVersionedArtifacts :
requestContext:TeamFoundationRequestContext *
artifacts:IEnumerable<VersionedTagArtifact<'T>> -> IEnumerable<ArtifactTagIds<'T>>
function GetTagsForVersionedArtifacts(
requestContext : TeamFoundationRequestContext,
artifacts : IEnumerable<VersionedTagArtifact<T>>
) : IEnumerable<ArtifactTagIds<T>>
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextTeam Foundation request context
- artifacts
Type: System.Collections.Generic.IEnumerable<VersionedTagArtifact<T>>
Return Value
Type: System.Collections.Generic.IEnumerable<ArtifactTagIds<T>>
tag association for each artifact that has tags, artifact that do not have tag associations maybe filtered out
.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.