RemoveItem 메서드
이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.
이 멤버는 Collection< (Of < ( <'T> ) > ) >. . :: . .RemoveItem(Int32)을(를) 재정의합니다.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
Protected Overrides Sub RemoveItem ( _
index As Integer _
)
‘사용 방법
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
)
매개 변수
- index
형식: System. . :: . .Int32