Partager via


DeployedServicePackageHealthStateList.GetEnumerator Méthode

Définition

Retourne un énumérateur qui itère au sein d’une collection.

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

Retours

Objet IEnumerator<T> pouvant être utilisé pour itérer au sein de la collection.

Implémente

S’applique à