Compartir a través de


RdlCollectionBase<T>.IList.Add Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Adds an object to the end of the collection.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Private Function Add ( _
    item As Object _
) As Integer Implements IList.Add
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Parámetros

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

Valor devuelto

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

Implementa

IList.Add(Object)

Vea también

Referencia

RdlCollectionBase<T> Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel