Condividi tramite


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

crea un nuovo elemento associato a un set di coppie di valori di proprietà.

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ArtifactPropertyValue Classe

Overload ArtifactPropertyValue

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server