Condividi tramite


ToolBar.ToolBarButtonCollection.IList.IndexOf(Object) Metodo

Definizione

Determina l'indice di un elemento specifico dell'insieme.

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

Parametri

button
Object

Elemento da individuare nell'insieme.

Restituisce

Int32

Indice di button, se presente nell'elenco; in caso contrario, -1.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast della classe ToolBar.ToolBarButtonCollection su un'interfaccia IList.

Si applica a