Metoda RdlCollection<T>.RemoveItem
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Ten element członkowski zastępuje element Collection<T>.RemoveItem(Int32).
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Protected Overrides Sub RemoveItem ( _
index As Integer _
)
'Użycie
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
)
Parametry
- index
Typ: System.Int32
Zobacz także