ActionCollection.Item[Int32] Propiedad

Definición

Obtiene un elemento de la colección en el índice especificado.

public:
 property Microsoft::ReportingServices::ReportRendering::Action ^ default[int] { Microsoft::ReportingServices::ReportRendering::Action ^ get(int index); };
public Microsoft.ReportingServices.ReportRendering.Action this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.ReportRendering.Action
Default Public ReadOnly Property Item(index As Integer) As Action

Parámetros

index
Int32

El índice base cero del Action objeto que se debe obtener en la colección.

Valor de propiedad

Un objeto Action.

Se aplica a