Partager via


DeployedServicePackageHealthStateList.IndexOf Méthode

Définition

Détermine l'index d'un élément spécifique de la collection.

public int IndexOf (System.Fabric.Health.DeployedServicePackageHealthState item);
abstract member IndexOf : System.Fabric.Health.DeployedServicePackageHealthState -> int
override this.IndexOf : System.Fabric.Health.DeployedServicePackageHealthState -> int
Public Function IndexOf (item As DeployedServicePackageHealthState) As Integer

Paramètres

item
DeployedServicePackageHealthState

Élément à localiser dans la collection.

Retours

Int32 qui représente l’index de l’élément s’il se trouve dans la collection ; sinon, -1.

Implémente

S’applique à