BaseDataListDesigner.ActionLists プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このデザイナーのデザイナー アクション リスト コレクションを取得します。
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。
注釈
プロパティは、 ActionLists 空の DesignerActionListCollection オブジェクトを作成し、 DesignerActionListCollection 基本プロパティによって返されたを ActionLists このオブジェクトに追加し DesignerActionListCollection ます。 次に、それをオブジェクトに追加 DesignerActionListCollection してから、このオブジェクトを返し DesignerActionListCollection ます。