Compartilhar via


Método ITagStorageProvider<T>.UpdateTagsForArtifact (TeamFoundationRequestContext, T, IEnumerable<Guid>, IEnumerable<Guid>, Guid, Int32)

Adiciona e remove a associação das marcas para um produto em uma versão específica

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)

Sintaxe

'Declaração
Sub UpdateTagsForArtifact ( _
    requestContext As TeamFoundationRequestContext, _
    artifactId As T, _
    addedTags As IEnumerable(Of Guid), _
    removedTags As IEnumerable(Of Guid), _
    changedBy As Guid, _
    version As Integer _
)
void UpdateTagsForArtifact(
    TeamFoundationRequestContext requestContext,
    T artifactId,
    IEnumerable<Guid> addedTags,
    IEnumerable<Guid> removedTags,
    Guid changedBy,
    int version
)

Parâmetros

  • artifactId
    Tipo: T
    identificação de produto
  • changedBy
    Tipo: System.Guid
    A identificação do Team Foundation de cambiador, pode ser Guid.Empty

Segurança do .NET Framework

Consulte também

Referência

ITagStorageProvider<T> Interface

Sobrecargas UpdateTagsForArtifact

Namespace Microsoft.TeamFoundation.Server.Core