Partager via


Propriété ImageMapAreasCollection.Item

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

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ImageMapArea 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.ReportingServices.ReportRendering.ImageMapArea
A ImageMapArea object.

Voir aussi

Référence

ImageMapAreasCollection Classe

Espace de noms Microsoft.ReportingServices.ReportRendering