Share via


VersionControlServer.SetVersionedItemAttribute 方法 (ItemSpec, VersionSpec, DeletedState, ItemType, String, String)

设置属性与该已进行版本管理的项。

命名空间:  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 String _
)
public void SetVersionedItemAttribute(
    ItemSpec itemSpec,
    VersionSpec versionSpec,
    DeletedState deletedState,
    ItemType itemType,
    string propertyName,
    string value
)

参数

.NET Framework 安全性

请参见

参考

VersionControlServer 类

SetVersionedItemAttribute 重载

Microsoft.TeamFoundation.VersionControl.Client 命名空间