TaskProvider.TaskCollection.IList.Remove(Object) 方法

定义

从集合中移除指定的任务。

 virtual void System.Collections.IList.Remove(System::Object ^ obj) = System::Collections::IList::Remove;
 virtual void System.Collections.IList.Remove(Platform::Object ^ obj) = System::Collections::IList::Remove;
void System.Collections.IList.Remove(winrt::Windows::Foundation::IInspectable const & obj);
void IList.Remove (object obj);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (obj As Object) Implements IList.Remove

参数

obj
Object

要删除的任务。

实现

适用于