ToolboxCategory.IList.IndexOf(Object) Método
Definição
Determina o índice de uma ferramenta específica no ToolboxCategory.Determines the index of a specific tool in the ToolboxCategory.
virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf
Parâmetros
- value
- Object
O Object a ser localizado no ToolboxCategory.The Object to locate in the ToolboxCategory.
Retornos
O índice de base zero de value, se encontrado em ToolboxCategory; caso contrário, -1.The zero-based index of value if found in the ToolboxCategory; otherwise, -1.
Implementações
Exceções
O value é null.The value is null.
Comentários
ToolboxCategory implementa a interface IList.ToolboxCategory implements the IList interface.