Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我目前正在使用的,但我正在寻找另一种不需要任务名称的方式。
using (TaskService ts = new TaskService()) { ts.RootFolder.DeleteTask(TaskName); }