Condividi tramite


Proprietà MapObjectCollectionBase<T>.Item

Gets the item at the specified index.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Default Property Item ( _
    index As Integer _
) As T
    Get
'Utilizzo
Dim instance As MapObjectCollectionBase 
Dim index As Integer 
Dim value As T

value = instance(index)
public override T this[
    int index
] { get; }
public:
virtual property T default[int index] {
    T get (int index) override;
}
abstract Item : 'T
override Item : 'T
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: T
A map object at the specified index.

Vedere anche

Riferimento

MapObjectCollectionBase<T> Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering