ActionCollection.Item[Int32] 属性

定义

从集合中获取指定索引处的项。

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

参数

index
Int32

要进入集合的对象 Action 从零开始的索引。

属性值

一个 Action 对象。

适用于