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

包含操作列表项的集合。

适用于

另请参阅