Share via


VersionControlServer.SetVersionedItemAttribute-Methode (ItemSpec, VersionSpec, DeletedState, ItemType, String, Nullable<Double>)

Legt die Attribute fest, die dem Element mit Versionsangabe zugeordnet werden.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Sub SetVersionedItemAttribute ( _
    itemSpec As ItemSpec, _
    versionSpec As VersionSpec, _
    deletedState As DeletedState, _
    itemType As ItemType, _
    propertyName As String, _
    value As Nullable(Of Double) _
)
public void SetVersionedItemAttribute(
    ItemSpec itemSpec,
    VersionSpec versionSpec,
    DeletedState deletedState,
    ItemType itemType,
    string propertyName,
    Nullable<double> value
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlServer Klasse

SetVersionedItemAttribute-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace