Share via


VersionControlServer.SetVersionedItemAttribute-Methode (array<ItemSpec[], VersionSpec, DeletedState, ItemType, array<PropertyValue[])

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 ( _
    itemSpecs As ItemSpec(), _
    versionSpec As VersionSpec, _
    deletedState As DeletedState, _
    itemType As ItemType, _
    propertyValues As PropertyValue() _
)
public void SetVersionedItemAttribute(
    ItemSpec[] itemSpecs,
    VersionSpec versionSpec,
    DeletedState deletedState,
    ItemType itemType,
    PropertyValue[] propertyValues
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlServer Klasse

SetVersionedItemAttribute-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace