다음을 통해 공유


UserControlDesigner.ActionLists 속성

정의

사용자 정의 컨트롤 디자이너의 작업 목록 컬렉션을 가져옵니다.

public:
 virtual property System::ComponentModel::Design::DesignerActionListCollection ^ ActionLists { System::ComponentModel::Design::DesignerActionListCollection ^ get(); };
public override System.ComponentModel.Design.DesignerActionListCollection ActionLists { get; }
member this.ActionLists : System.ComponentModel.Design.DesignerActionListCollection
Public Overrides ReadOnly Property ActionLists As DesignerActionListCollection

속성 값

컨트롤 디자이너의 작업 목록 태그가 포함된 DesignerActionListCollection입니다.

설명

이 구현은 컬렉션에 사용자 컨트롤 편집새로 고침이라는 두 개의 DesignerActionMethodItem 개체를 만듭니다.

적용 대상

추가 정보