共用方式為


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 支援索引屬性的使用,但不支援新屬性的宣告。

參數