Partager via


Méthode RdlCollectionBase<T>.IList.Add

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Adds an object to the end of the collection.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Private Function Add ( _
    item As Object _
) As Integer Implements IList.Add
'Utilisation
Dim instance As RdlCollectionBase 
Dim item As Object 
Dim returnValue As Integer 

returnValue = CType(instance, IList).Add(item)
int IList.Add(
    Object item
)
private:
virtual int Add(
    Object^ item
) sealed = IList::Add
private abstract Add : 
        item:Object -> int  
private override Add : 
        item:Object -> int
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

  • item
    Type : System.Object
    The object to be added to the end of the collection.

Valeur de retour

Type : System.Int32
The object to be added to the end of the collection.

Implémente

IList.Add(Object)

Voir aussi

Référence

RdlCollectionBase<T> Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel