Share via


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

Hinweis: Diese API ist mittlerweile veraltet.

Legt eine Eigenschaft auf einem Array Elemente mit Versionsangabe fest.

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

Syntax

'Declaration
<ObsoleteAttribute("Please use SetVersionedItemAttribute to set attributes on versioned items.",  _
    False)> _
Public Sub SetVersionedItemProperty ( _
    itemSpecs As ItemSpec(), _
    versionSpec As VersionSpec, _
    deletedState As DeletedState, _
    itemType As ItemType, _
    propertyValues As PropertyValue() _
)
[ObsoleteAttribute("Please use SetVersionedItemAttribute to set attributes on versioned items.", 
    false)]
public void SetVersionedItemProperty(
    ItemSpec[] itemSpecs,
    VersionSpec versionSpec,
    DeletedState deletedState,
    ItemType itemType,
    PropertyValue[] propertyValues
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlServer Klasse

SetVersionedItemProperty-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace