Share via


VersionControlServer.SetVersionedItemProperty 方法 (array<ItemSpec[], VersionSpec, DeletedState, ItemType, array<PropertyValue )

注意:此 API 现在已过时。

将数组的属性已进行版本管理的项。

命名空间:  Microsoft.TeamFoundation.VersionControl.Client
程序集:  Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

语法

声明
<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
)

参数

.NET Framework 安全性

请参见

参考

VersionControlServer 类

SetVersionedItemProperty 重载

Microsoft.TeamFoundation.VersionControl.Client 命名空间