Metodo ITagStorageProvider<T>.UpdateTagsForArtifact (TeamFoundationRequestContext, T, IEnumerable<Guid>, IEnumerable<Guid>, Guid)
Aggiunge e rimuove l'associazione dei tag per un elemento, tale versione di associare il tag e viene incrementato
Spazio dei nomi: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Contesto della richiesta di Team Foundation
- artifactId
Tipo: T
identificazione di un elemento
- addedTags
Tipo: System.Collections.Generic.IEnumerable<Guid>
tag da aggiungere
- removedTags
Tipo: System.Collections.Generic.IEnumerable<Guid>
tag da rimuovere
- changedBy
Tipo: System.Guid
L'identificazione di Team Foundation di commutatore, può essere Guid.Empty
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
ITagStorageProvider<T> Interfaccia