ITeamFoundationJobService.UpdateJobs 方法 (IEnumerable<Guid>, IEnumerable<TeamFoundationJobDefinition>)
命名空間: Microsoft.TeamFoundation.Framework.Client
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
Sub UpdateJobs ( _
jobsToDelete As IEnumerable(Of Guid), _
jobsToUpdate As IEnumerable(Of TeamFoundationJobDefinition) _
)
void UpdateJobs(
IEnumerable<Guid> jobsToDelete,
IEnumerable<TeamFoundationJobDefinition> jobsToUpdate
)
參數
- jobsToDelete
類型:System.Collections.Generic.IEnumerable<Guid>
工作的 GUID 的可列舉集合刪除。
- jobsToUpdate
類型:System.Collections.Generic.IEnumerable<TeamFoundationJobDefinition>
工作定義可列舉的 colleciton 加入或更新的。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。