Compartir a través de


TestCommandStatusList.IndexOf(TestCommandStatus) Método

Definición

Obtiene el índice del elemento especificado en esta lista.

public int IndexOf (System.Fabric.Query.TestCommandStatus item);
abstract member IndexOf : System.Fabric.Query.TestCommandStatus -> int
override this.IndexOf : System.Fabric.Query.TestCommandStatus -> int
Public Function IndexOf (item As TestCommandStatus) As Integer

Parámetros

item
TestCommandStatus

Elemento especificado.

Devoluciones

Índice del elemento especificado en esta lista.

Implementaciones

Se aplica a