Właściwość ImageMapAreasCollection.Item
Pobiera ImageMapArea obiektu pod określonym indeksem w ImageMapAreasCollection.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
index As Integer _
) As ImageMapArea
Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- index
Typ: System.Int32
Indeks od zera ImageMapArea obiektu get.
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.ImageMapArea
A ImageMapArea obiektu.
Zobacz także