ImageMapAreaInstanceCollection.Item[Int32] 속성

정의

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

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

매개 변수

index
Int32

항목의 인덱스입니다.

속성 값

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

적용 대상