ActionInfoWithDynamicImageMapCollection.Item[Int32] 속성

정의

지정한 인덱스에 있는 항목을 가져옵니다.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMap ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::ActionInfoWithDynamicImageMap ^ get(int index); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMap this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMap
Default Public Overrides ReadOnly Property Item(index As Integer) As ActionInfoWithDynamicImageMap

매개 변수

index
Int32

항목의 인덱스입니다.

속성 값

지정한 인덱스에 있는 ActionInfoWithDynamicImageMap 개체입니다.

적용 대상