ActionCollection.Item[Int32] Propriedade

Definição

Recebe um item da coleção no í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

O índice baseado em zero do Action objeto a ser inserido na coleção.

Valor da propriedade

Um Action objeto.

Aplica-se a