你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

指定的项。

返回

此列表中指定项的索引。

实现

适用于