다음을 통해 공유


ToolZoneDesigner.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

이 디자이너와 연결된 DesignerActionListCollection입니다.

설명

합니다 ActionLists 속성에 포함을 DesignerActionListCollection 스마트 태그 패널에 있는 모든 항목의 집계를 나타내는 컬렉션입니다. 합니다 DesignerActionListCollection 클래스에는 0 개 이상 포함 되어 DesignerActionList 개체입니다. 이러한 목록 중 각 패널에 있는 실제 항목을 나타내고에서 파생 되는 0 개 이상의 개체가 포함 된 DesignerActionItem 클래스입니다.

적용 대상