ToolZoneDesigner.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 クラスには、0 個以上のDesignerActionList オブジェクトが含まれています。 これらの各リストには、パネル内の実際の項目を表す 0 個以上のオブジェクトが含まれており、 DesignerActionItem クラスから派生します。