TableLayoutStyleCollection.IList.Remove(Object) Metoda

Definice

Popis této metody naleznete v Remove(Object) metodě.

 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

Odebrání Object z objektu IList.

Implementuje

Výjimky

.NET pouze 8 a novější: style nelze převést na typ TableLayoutStyle.

Poznámky

Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, TableLayoutStyleCollection že je instance přetypována do IList rozhraní.

Platí pro