DeployedApplicationHealthStateList.GetEnumerator メソッド

定義

コレクションを反復処理する列挙子を返します。

public System.Collections.Generic.IEnumerator<System.Fabric.Health.DeployedApplicationHealthState> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Fabric.Health.DeployedApplicationHealthState>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Fabric.Health.DeployedApplicationHealthState>
Public Function GetEnumerator () As IEnumerator(Of DeployedApplicationHealthState)

戻り値

コレクションを反復処理するために使用できる IEnumerator<T> オブジェクト。

実装

適用対象