次の方法で共有


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

このデザイナーと関連付けられた DesignerActionListCollection

注釈

プロパティは、 ActionLists 空の DesignerActionListCollection オブジェクトを作成し、 DesignerActionListCollection 基本プロパティによって返されたを ActionLists このオブジェクトに追加し DesignerActionListCollection ます。 次に、それをオブジェクトに追加 DesignerActionListCollection してから、このオブジェクトを返し DesignerActionListCollection ます。

適用対象

こちらもご覧ください