TeamFoundationTaggingService.SetArtifactTags<T> Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub SetArtifactTags(Of T) ( _
    requestContext As TeamFoundationRequestContext, _
    artifactKind As Guid, _
    artifactId As T, _
    tagIds As IEnumerable(Of Guid) _
)
public void SetArtifactTags<T>(
    TeamFoundationRequestContext requestContext,
    Guid artifactKind,
    T artifactId,
    IEnumerable<Guid> tagIds
)
public:
generic<typename T>
void SetArtifactTags(
    TeamFoundationRequestContext^ requestContext, 
    Guid artifactKind, 
    T artifactId, 
    IEnumerable<Guid>^ tagIds
)
member SetArtifactTags : 
        requestContext:TeamFoundationRequestContext * 
        artifactKind:Guid * 
        artifactId:'T * 
        tagIds:IEnumerable<Guid> -> unit
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

  • artifactId
    Type: T

.NET Framework Security

See Also

Reference

TeamFoundationTaggingService Class

Microsoft.TeamFoundation.Framework.Server Namespace