TableLayoutStyleCollection.IList.Remove(Object) Método

Definição

Para uma descrição deste método, veja o Remove(Object) método.

 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 para remover do IList.

Implementações

Exceções

.NET 8 e posteriores apenas: style não pode ser convertido para o tipo TableLayoutStyle.

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a TableLayoutStyleCollection instância é transmitida para uma IList interface.

Aplica-se a