Share via


TestCommandStatusList.IndexOf(TestCommandStatus) Method

Definition

Gets the index of the specified item in this list.

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

Parameters

item
TestCommandStatus

The specified item.

Returns

The index of the specified item in this list.

Implements

Applies to