InputGestureCollection.IList.Remove(Object) Metoda

Definicja

Aby uzyskać opis tego członka, zobacz Remove(Object).

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

Parametry

inputGesture
Object

Element Object do usunięcia z obiektu InputGestureCollection.

Implementuje

Uwagi

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

Dotyczy

Zobacz też