ToolBar.ToolBarButtonCollection.IList.Remove(Object) Methode

Definition

Entfernt das erste Vorkommen eines Elements aus der Auflistung.

 virtual void System.Collections.IList.Remove(System::Object ^ button) = System::Collections::IList::Remove;
void IList.Remove(object button);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (button As Object) Implements IList.Remove

Parameter

button
Object

The Object to remove from the IList.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die ToolBar.ToolBarButtonCollection Umwandlung in eine IList Schnittstelle erfolgt.

Gilt für: