Item プロパティ
ImageMapAreasCollection 内の指定されたインデックス位置にある ImageMapArea オブジェクトを取得します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
index As Integer _
) As ImageMapArea
Get
'使用
Dim instance As ImageMapAreasCollection
Dim index As Integer
Dim value As ImageMapArea
value = instance(index)
public ImageMapArea this[
int index
] { get; }
public:
property ImageMapArea^ default[int index] {
ImageMapArea^ get (int index);
}
member Item : ImageMapArea
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System. . :: . .Int32
取得する ImageMapArea オブジェクトの 0 から始まるインデックスです。
プロパティ値
型: Microsoft.ReportingServices.ReportRendering. . :: . .ImageMapArea
ImageMapArea オブジェクトです。