ActionCollection.Item[Int32] Propriété

Définition

Obtient l'élément à partir de la collection à l'index spécifié.

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

Paramètres

index
Int32

Index de base zéro de l’objet Action à obtenir dans la collection.

Valeur de propriété

Objet Action.

S’applique à