CommandBindingCollection.IList.Remove(Object) Metoda

Definicja

Aby uzyskać opis tego elementu członkowskiego, zobacz 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

Element Object do usunięcia z elementu CommandBindingCollection.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy CommandBindingCollection wystąpienie jest rzutowanie do interfejsu IList .

Dotyczy

Zobacz też