TableLayoutStyleCollection.IList.Remove(Object) Método

Definição

Para obter uma descrição desse método, veja o método 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

Parâmetros

style
Object

O Object a ser removido de IList.

Implementações

Exceções

Somente .NET 8 e posterior: style não pode ser convertido no tipo TableLayoutStyle.

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de TableLayoutStyleCollection é convertida em uma interface de IList.

Aplica-se a