次の方法で共有


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 0 から始まるインデックス。

プロパティ値

Action オブジェクト。

適用対象