다음을 통해 공유


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 개체입니다.

적용 대상