TaskProvider.TaskCollection.IList.Remove(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从集合中移除指定的任务。
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
要删除的任务。