Freigeben über


RdlCollectionBase<T>.IList.Add-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Adds an object to the end of the collection.

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

Syntax

'Declaration
Private Function Add ( _
    item As Object _
) As Integer Implements IList.Add
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

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

Rückgabewert

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

Implementiert

IList.Add(Object)

Siehe auch

Verweis

RdlCollectionBase<T> Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace