Share via


ImageMapAreaInstanceCollection.Item[Int32] Propiedad

Definición

Obtiene el elemento en el índice especificado.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ImageMapAreaInstance ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::ImageMapAreaInstance ^ get(int index); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ImageMapAreaInstance this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.ImageMapAreaInstance
Default Public Overrides ReadOnly Property Item(index As Integer) As ImageMapAreaInstance

Parámetros

index
Int32

Índice del elemento.

Valor de propiedad

Un objeto ImageMapAreaInstance que se encuentra en el índice especificado.

Se aplica a