Share via


DeployedApplicationList.IndexOf(DeployedApplication) Method

Definition

Gets the index of the specified item in this list.

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

Parameters

item
DeployedApplication

The specific item.

Returns

The index of the specified item in this list.

Implements

Applies to