次の方法で共有


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 オブジェクト。

適用対象