次の方法で共有


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

注釈

この実装では、コレクションにユーザー コントロールの編集と更新という 2 つのDesignerActionMethodItemオブジェクトが作成されます

適用対象

こちらもご覧ください