DeployedServicePackageList.IndexOf(DeployedServicePackage) Method

Definition

Gets the index of the specified item in this list

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

Parameters

item
DeployedServicePackage

The item.

Returns

The index of the specified item in this list.

Implements

Applies to