ListBox.IntegerCollection.IList.Remove(Object) 方法

定義

從集合移除第一個項目。

 virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove (object value);
void IList.Remove (object? value);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (value As Object) Implements IList.Remove

參數

value
Object

要加入至 ListBox.IntegerCollection 的物件。

實作

例外狀況

一律擲回。

備註

這個成員是明確介面成員實作, 只有在 ListBox.IntegerCollection 執行個體轉換成 IList 介面時,才能使用這個成員。

適用於