次の方法で共有


NodeHealthStateList.Item[Int32] プロパティ

定義

指定したインデックスにある要素を取得または設定します。

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

パラメーター

index
Int32

取得または設定する要素の、0 から始まるインデックス番号。

プロパティ値

指定されたインデックスです。

実装

適用対象