次の方法で共有


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

注釈

ActionLists プロパティには、スマート タグ パネル内のすべての項目の集計を表すDesignerActionListCollection コレクションが含まれています。 DesignerActionListCollection クラスには、0 個以上のDesignerActionList オブジェクトが含まれています。 これらの各リストには、パネル内の実際の項目を表す 0 個以上のオブジェクトが含まれており、 DesignerActionItem クラスから派生します。

適用対象