DesignerActionListCollection.Remove(DesignerActionList) 메서드

정의

컬렉션에서 특정 DesignerActionList 항목의 첫 번째 항목을 제거합니다.

public:
 void Remove(System::ComponentModel::Design::DesignerActionList ^ value);
public void Remove(System.ComponentModel.Design.DesignerActionList value);
member this.Remove : System.ComponentModel.Design.DesignerActionList -> unit
Public Sub Remove (value As DesignerActionList)

매개 변수

value
DesignerActionList

DesignerActionList 현재 컬렉션에서 제거할 항목입니다.

설명

내부적으로 클래스는 DesignerActionListCollection 개체 컬렉션을 System.Collections.ArrayList 포함하는 데 사용합니다DesignerActionList. 목록은 연속 요소를 유지하므로 제거 지점을 따르는 요소가 위로 이동하여 비워진 지점을 차지합니다. 이렇게 다시 정렬하면 제거 지점 이후에 요소의 인덱스가 변경됩니다.

적용 대상

추가 정보