Control.ControlCollection.IList.Remove(Object) Metoda

Definicja

Aby uzyskać opis tego członka, zobacz Remove(Object).

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

 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

Parametry

control
Object

Element Control do usunięcia.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy Control.ControlCollection wystąpienie jest rzutowe do interfejsu IList .

Dotyczy