Język

ToolBar.ToolBarButtonCollection.IList.Remove(Object) Metoda

Definicja

Usuwa pierwsze wystąpienie elementu z kolekcji.

 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

Parametry

button
Object

Element Object do usunięcia z obiektu IList.

Implementuje

Uwagi

Ten element członkowski jest jawną implementacją składową interfejsu. Można go używać tylko wtedy, gdy ToolBar.ToolBarButtonCollection obiekt jest rzutowy do interfejsu IList .

Dotyczy