TableLayoutStyleCollection.IList.Remove(Object) Método

Definição

Para obter uma descrição desse método, consulte 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 posterior somente: style não pode ser convertido para o tipo TableLayoutStyle.

Comentários

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

Aplica-se a