Partager via


Propriété ValueCollection.Item

Retrieves an item from a specified location in the collection.

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 Object 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

  • index
    Type : System.Int32
    The index at which to retrieve the item.

Valeur de propriété

Type : System.Object
An Object from the value collection.

Voir aussi

Référence

ValueCollection Classe

Espace de noms Microsoft.ReportingServices.ReportRendering