Share via


DesignerActionListCollection.Remove(DesignerActionList) 메서드

정의

컬렉션에서 맨 처음 발견되는 특정 DesignerActionList를 제거합니다.

public:
 void Remove(System::ComponentModel::Design::DesignerActionList ^ value);
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입니다.

설명

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

적용 대상

추가 정보