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 ます。