Item 属性

Gets an ImageMapArea object at the specified index within the ImageMapAreasCollection.

命名空间:  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 支持使用索引属性,但不支持声明新索引属性。

参数