Compartir a través de


DeployedServicePackageList.IndexOf(DeployedServicePackage) Método

Definición

Obtiene el índice del elemento especificado en esta lista.

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

Parámetros

item
DeployedServicePackage

El elemento.

Devoluciones

Índice del elemento especificado en esta lista.

Implementaciones

Se aplica a