RemoveItem Método
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Este miembro invalida a Collection< (Of < ( <'T> ) > ) >. . :: . .RemoveItem(Int32).
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Protected Overrides Sub RemoveItem ( _
index As Integer _
)
'Uso
Dim index As Integer
Me.RemoveItem(index)
protected override void RemoveItem(
int index
)
protected:
virtual void RemoveItem(
int index
) override
abstract RemoveItem :
index:int -> unit
override RemoveItem :
index:int -> unit
protected override function RemoveItem(
index : int
)
Parámetros
- index
Tipo: System. . :: . .Int32