Share via


VersionControlServer.SetVersionedItemAttribute 方法 (ItemSpec, VersionSpec, DeletedState, ItemType, String, array<Byte[])

设置与已进行版本管理的项关联的特性。

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

语法

声明
Public Sub SetVersionedItemAttribute ( _
    itemSpec As ItemSpec, _
    versionSpec As VersionSpec, _
    deletedState As DeletedState, _
    itemType As ItemType, _
    propertyName As String, _
    value As Byte() _
)
public void SetVersionedItemAttribute(
    ItemSpec itemSpec,
    VersionSpec versionSpec,
    DeletedState deletedState,
    ItemType itemType,
    string propertyName,
    byte[] value
)

参数

  • value
    类型:array<System.Byte[]
    设置的属性值。

.NET Framework 安全性

请参阅

参考

VersionControlServer 类

SetVersionedItemAttribute 重载

Microsoft.TeamFoundation.VersionControl.Client 命名空间