Share via


DesignerCommandSet.ActionLists 属性

定义

获取与设计的组件关联的所有智能标记的集合。

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

注解

基本实现只是使用字符串参数“ActionLists”调用 GetCommands

适用于

另请参阅