InputBindingCollection.IList.Add(Object) Metodo

Definizione

Per una descrizione di questo membro, vedere 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

Parametri

inputBinding
Object

Oggetto Object da aggiungere all'oggetto InputBindingCollection.

Valori restituiti

Posizione in cui è stato inserito il nuovo elemento.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia InputBindingCollectionIList .

Si applica a

Vedi anche