共用方式為


Workspace.SetPendingChangeProperty 方法

注意:這個應用程式開發介面現在已經過時。

將現有的暫止變更的屬性。

命名空間:  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 命名空間