AffectedTeamProjects.Update 方法 (array<PendingChange[])
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Function Update ( _
changes As PendingChange() _
) As Boolean
public bool Update(
PendingChange[] changes
)
參數
- changes
型別:array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
用來判斷 Team 專案受影響的 PendingChanges。
傳回值
型別:System.Boolean
如果組受影響的 Team 專案已變更,則為 true;,否則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。