ImageMapAreasCollection.Item[Int32] Propriété

Définition

Obtient un objet ImageMapArea à l'index spécifié dans l'objet ImageMapAreasCollection.

public:
 property Microsoft::ReportingServices::ReportRendering::ImageMapArea ^ default[int] { Microsoft::ReportingServices::ReportRendering::ImageMapArea ^ get(int index); };
public Microsoft.ReportingServices.ReportRendering.ImageMapArea this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.ReportRendering.ImageMapArea
Default Public ReadOnly Property Item(index As Integer) As ImageMapArea

Paramètres

index
Int32

Index de base zéro de l’objet ImageMapArea à obtenir.

Valeur de propriété

Objet ImageMapArea.

S’applique à