DesignerActionListsChangedEventArgs.ActionLists 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与此事件关联的 DesignerActionList 对象的集合。
public:
property System::ComponentModel::Design::DesignerActionListCollection ^ ActionLists { System::ComponentModel::Design::DesignerActionListCollection ^ get(); };
public System.ComponentModel.Design.DesignerActionListCollection ActionLists { get; }
public System.ComponentModel.Design.DesignerActionListCollection? ActionLists { get; }
member this.ActionLists : System.ComponentModel.Design.DesignerActionListCollection
Public ReadOnly Property ActionLists As DesignerActionListCollection
属性值
表示集合当前状态的 DesignerActionListCollection。
注解
检索的 DesignerActionListCollection 表示应用事件(涉及添加或删除元素)之后集合的状态。