Compartir a través de


ArtifactPropertyValue (Constructor) (Guid, Int32, Int32, IEnumerable<PropertyValue>)

crea un nuevo artefacto asociada a un conjunto de pares de valor de propiedad.

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
Public Sub New ( _
    kind As Guid, _
    id As Integer, _
    version As Integer, _
    propertyValues As IEnumerable(Of PropertyValue) _
)
public ArtifactPropertyValue(
    Guid kind,
    int id,
    int version,
    IEnumerable<PropertyValue> propertyValues
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

ArtifactPropertyValue Clase

ArtifactPropertyValue (Sobrecarga)

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)