Compartilhar via


Método RdlCollectionBase<T>.IList.Add

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Adds an object to the end of the collection.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Parâmetros

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

Valor de retorno

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

Implementa

IList.Add(Object)

Consulte também

Referência

RdlCollectionBase<T> Classe

Namespace Microsoft.ReportingServices.RdlObjectModel