Proprietà Item
Retrieves an item from a specified location in the collection.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
index As Integer _
) As Object
Get
'Utilizzo
Dim instance As ValueCollection
Dim index As Integer
Dim value As Object
value = instance(index)
public Object this[
int index
] { get; }
public:
property Object^ default[int index] {
Object^ get (int index);
}
member Item : Object
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- index
Tipo: System. . :: . .Int32
The index at which to retrieve the item.
Valore proprietà
Tipo: System. . :: . .Object
An Object from the value collection.
Vedere anche