TestCommandStatusList.Item[Int32] プロパティ

定義

指定したインデックスにあるアイテムを取得します。

public System.Fabric.Query.TestCommandStatus this[int index] { get; set; }
member this.Item(int) : System.Fabric.Query.TestCommandStatus with get, set
Default Public Property Item(index As Integer) As TestCommandStatus

パラメーター

index
Int32

アイテムのインデックス。

プロパティ値

指定したインデックスにある項目。

実装

適用対象