共用方式為


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

備註

屬性 ActionListsDesignerActionList 建立 類別的 LoginViewDesigner 物件、將它新增至 DesignerActionListCollection 從基底屬性取得的 ActionLists ,然後傳 DesignerActionListCollection 回 。

適用於

另請參閱