TableLayoutStyleCollection.IList.Remove(Object) Metodo

Definizione

Per una descrizione di questo metodo, vedere il Remove(Object) metodo .

 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

Parametri

style
Object

Oggetto Object da rimuovere dall'oggetto IList.

Implementazioni

Eccezioni

solo .NET 8 e versioni successive: non è possibile convertire style nel tipo TableLayoutStyle.

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia TableLayoutStyleCollectionIList .

Si applica a