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 インターフェイスにキャストされる場合のみ、使用できます。

適用対象