Compartir a través de


DeployedApplicationList.Item[Int32] Propiedad

Definición

Obtiene el elemento en el índice especificado.

public System.Fabric.Query.DeployedApplication this[int index] { get; set; }
member this.Item(int) : System.Fabric.Query.DeployedApplication with get, set
Default Public Property Item(index As Integer) As DeployedApplication

Parámetros

index
Int32

Ubicación del elemento.

Valor de propiedad

Elemento que se encuentra en el índice especificado.

Implementaciones

Se aplica a