Freigeben über


ArtifactPropertyValue-Konstruktor (Guid, String, Int32, IEnumerable<PropertyValue>)

erstellt ein neues Artefakt, das mit einem Satz von Eigenschaftswertpaaren zugeordnet ist.

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

Syntax

'Declaration
Public Sub New ( _
    kind As Guid, _
    moniker As String, _
    version As Integer, _
    propertyValues As IEnumerable(Of PropertyValue) _
)
public ArtifactPropertyValue(
    Guid kind,
    string moniker,
    int version,
    IEnumerable<PropertyValue> propertyValues
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ArtifactPropertyValue Klasse

ArtifactPropertyValue-Überladung

Microsoft.TeamFoundation.Framework.Server-Namespace