Workspace.SetPendingChangeProperty 方法

注意:此 API 现在已过时。

将显示的属性挂起的更改。

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

语法

声明
<ObsoleteAttribute("Please use SetPendingChangeAttribute to set attributes on pending changes.",  _
    False)> _
Public Sub SetPendingChangeProperty ( _
    pendingChangePropertyValues As List(Of ArtifactPropertyValue) _
)
[ObsoleteAttribute("Please use SetPendingChangeAttribute to set attributes on pending changes.", 
    false)]
public void SetPendingChangeProperty(
    List<ArtifactPropertyValue> pendingChangePropertyValues
)

参数

.NET Framework 安全性

请参见

参考

Workspace 类

Microsoft.TeamFoundation.VersionControl.Client 命名空间