Dela via


ProvisionedFabricConfigVersionList.IndexOf Method

Definition

Returns the index of the specified item in this list.

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

Parameters

item
ProvisionedFabricConfigVersion

The specified item to locate in the list.

Returns

The index of the specified item in this list.

Implements

Applies to