DesignerAutoFormatCollection.IList.Remove(Object) 方法

定義

DesignerAutoFormatCollection 物件轉換為 IList 介面時,從集合中移除特定物件的第一個相符項目。

 virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
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

要移除的 DesignerAutoFormat

實作

備註

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

適用於

另請參閱