Compartir a través de


DeployedServiceReplicaList.IndexOf(DeployedServiceReplica) Método

Definición

Obtiene el índice del elemento especificado en esta lista.

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

Parámetros

item
DeployedServiceReplica

El elemento que se va a buscar en la colección.

Devoluciones

Índice del elemento especificado en esta lista.

Implementaciones

Se aplica a