次の方法で共有


TestCommandStatusList.IndexOf(TestCommandStatus) メソッド

定義

このリスト内の指定した項目のインデックスを取得します。

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

パラメーター

item
TestCommandStatus

指定されたアイテムです。

戻り値

このリスト内の指定した項目のインデックス。

実装

適用対象