Share via


DeployedCodePackageList.IndexOf(DeployedCodePackage) Method

Definition

Gets the index of the specified item in this list.

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

Parameters

item
DeployedCodePackage

The specified index of the item.

Returns

The index of the specified item in this list.

Implements

Applies to