StateManagedCollection.IList.Clear 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將所有項目從 StateManagedCollection 集合中移除。
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
實作
備註
在 OnClear 呼叫 方法之前 Clear 會呼叫 方法,並在 OnClearComplete 完成從集合中移除專案之後 Clear 呼叫 方法。