Control.ControlCollection.IList.Remove(Object) メソッド

定義

このメンバーの説明については、 Remove(Object)を参照してください。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

control
Object

削除する Control

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 Control.ControlCollection インスタンスがIList インターフェイスにキャストされている場合にのみ使用できます。

適用対象