Share via


CommandBindingCollection.IList.Remove(Object) Metoda

Definice

Popis tohoto člena najdete v tématu Remove(Object).

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

Parametry

commandBinding
Object

Objekt Object , který se má odebrat z objektu CommandBindingCollection.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že CommandBindingCollection je instance přetypovaná na IList rozhraní.

Platí pro

Viz také