InputBindingCollection.IList.Add(Object) Metoda

Definicja

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

 virtual int System.Collections.IList.Add(System::Object ^ inputBinding) = System::Collections::IList::Add;
int IList.Add (object inputBinding);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (inputBinding As Object) As Integer Implements IList.Add

Parametry

inputBinding
Object

Element Object do dodania do elementu InputBindingCollection.

Zwraca

Położenie, w którym został wstawiony nowy element.

Implementuje

Uwagi

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

Dotyczy

Zobacz też