ImageMapAreasCollection.Item[Int32] 속성

정의

ImageMapArea에서 지정한 인덱스에 있는 ImageMapAreasCollection 개체를 가져옵니다.

public:
 property Microsoft::ReportingServices::ReportRendering::ImageMapArea ^ default[int] { Microsoft::ReportingServices::ReportRendering::ImageMapArea ^ get(int index); };
public Microsoft.ReportingServices.ReportRendering.ImageMapArea this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.ReportRendering.ImageMapArea
Default Public ReadOnly Property Item(index As Integer) As ImageMapArea

매개 변수

index
Int32

가져올 ImageMapArea 개체의 인덱스(0부터 시작)입니다.

속성 값

ImageMapArea 개체입니다.

적용 대상