Metodo InsertItem
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Questo membro esegue l'override di Collection< (Of < ( <'T> ) > ) >. . :: . .InsertItem(Int32, T).
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Protected Overrides Sub InsertItem ( _
index As Integer, _
item As T _
)
'Utilizzo
Dim index As Integer
Dim item As T
Me.InsertItem(index, item)
protected override void InsertItem(
int index,
T item
)
protected:
virtual void InsertItem(
int index,
T item
) override
abstract InsertItem :
index:int *
item:'T -> unit
override InsertItem :
index:int *
item:'T -> unit
protected override function InsertItem(
index : int,
item : T
)