Compartilhar via


Método TeamFoundationPropertyService.SetProperties (TeamFoundationRequestContext, IEnumerable<ArtifactPropertyValue>, Nullable<DateTime>, Nullable<Guid>)

Define propriedades a serem observados dos artefatos: Todos os artefatos devem ser do mesmo tipo.

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

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationPropertyService Classe

Sobrecargas SetProperties

Namespace Microsoft.TeamFoundation.Framework.Server