TableLayoutStyleCollection.IList.Remove(Object) Metoda

Definicja

Aby zapoznać się z opisem tej metody, zobacz metodę Remove(Object) .

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

Parametry

style
Object

Element Object do usunięcia z obiektu IList.

Implementuje

Wyjątki

Tylko platforma .NET 8 lub nowsza: style nie można przekonwertować na typ TableLayoutStyle.

Uwagi

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

Dotyczy