Metodo RdlCollectionBase<T>.IList.Add
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Adds an object to the end of the collection.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Private Function Add ( _
item As Object _
) As Integer Implements IList.Add
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- item
Tipo: System.Object
The object to be added to the end of the collection.
Valore restituito
Tipo: System.Int32
The object to be added to the end of the collection.