ListBox.IntegerCollection.IList.Clear 方法

定義

從集合清除所有的定位停駐點。

 virtual void System.Collections.IList.Clear() = System::Collections::IList::Clear;
void IList.Clear ();
abstract member System.Collections.IList.Clear : unit -> unit
override this.System.Collections.IList.Clear : unit -> unit
Sub Clear () Implements IList.Clear

實作

備註

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

適用於