Share via


DeployedApplicationList.Insert(Int32, DeployedApplication) Method

Definition

Inserts the item at the specified index.

public void Insert (int index, System.Fabric.Query.DeployedApplication item);
abstract member Insert : int * System.Fabric.Query.DeployedApplication -> unit
override this.Insert : int * System.Fabric.Query.DeployedApplication -> unit
Public Sub Insert (index As Integer, item As DeployedApplication)

Parameters

index
Int32

The index where the item will be inserted.

item
DeployedApplication

The item to insert.

Implements

Applies to