Metodo TeamFoundationPropertyService.SetProperties (TeamFoundationRequestContext, IEnumerable<ArtifactPropertyValue>, Nullable<DateTime>, Nullable<Guid>)
Impostare le proprietà nella nota di elementi: Tutti gli elementi devono essere dello stesso tipo.
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
Public Sub SetProperties ( _
requestContext As TeamFoundationRequestContext, _
artifactPropertyValues As IEnumerable(Of ArtifactPropertyValue), _
changedDate As Nullable(Of DateTime), _
changedBy As Nullable(Of Guid) _
)
public void SetProperties(
TeamFoundationRequestContext requestContext,
IEnumerable<ArtifactPropertyValue> artifactPropertyValues,
Nullable<DateTime> changedDate,
Nullable<Guid> changedBy
)
Parametri
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Istanza di TeamFoundationRequestContext
- artifactPropertyValues
Tipo: System.Collections.Generic.IEnumerable<ArtifactPropertyValue>
matrice di ArtifactPropertyValues
- changedDate
Tipo: System.Nullable<DateTime>
timestamp per impostare il valore della proprietà su
- changedBy
Tipo: System.Nullable<Guid>
author
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.