ToolStripPanel.ToolStripPanelRowCollection.IList.IndexOf(Object) Método

Definição

Para obter uma descrição desse membro, confira IndexOf(Object).

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

Parâmetros

value
Object

O objeto a ser localizado no ToolStripPanel.ToolStripPanelRowCollection.

Retornos

O índice de value se ele for um ToolStripPanelRow encontrado na lista; caso contrário, -1.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de ToolStripPanel.ToolStripPanelRowCollection é convertida em uma interface de IList.

Aplica-se a