Compartilhar via


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

Adiciona e remove a associação das marcas para um produto, essa associação de artefato- marca a versão será incrementada

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 _
)
void UpdateTagsForArtifact(
    TeamFoundationRequestContext requestContext,
    T artifactId,
    IEnumerable<Guid> addedTags,
    IEnumerable<Guid> removedTags,
    Guid changedBy
)

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