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 tag association for a list of artifacts
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function GetTagsForArtifacts ( _
requestContext As TeamFoundationRequestContext, _
artifactIds As IEnumerable(Of T) _
) As IEnumerable(Of ArtifactTagIds(Of T))
IEnumerable<ArtifactTagIds<T>> GetTagsForArtifacts(
TeamFoundationRequestContext requestContext,
IEnumerable<T> artifactIds
)
IEnumerable<ArtifactTagIds<T>^>^ GetTagsForArtifacts(
TeamFoundationRequestContext^ requestContext,
IEnumerable<T>^ artifactIds
)
abstract GetTagsForArtifacts :
requestContext:TeamFoundationRequestContext *
artifactIds:IEnumerable<'T> -> IEnumerable<ArtifactTagIds<'T>>
function GetTagsForArtifacts(
requestContext : TeamFoundationRequestContext,
artifactIds : IEnumerable<T>
) : IEnumerable<ArtifactTagIds<T>>
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextTeam Foundation request context
artifactIds
Type: System.Collections.Generic.IEnumerable<T>artifact ids
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.