DesignerCommandSet.ActionLists プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デザインされるコンポーネントに関連付けられたすべてのスマート タグのコレクションを取得します。
public:
property System::ComponentModel::Design::DesignerActionListCollection ^ ActionLists { System::ComponentModel::Design::DesignerActionListCollection ^ get(); };
public System.ComponentModel.Design.DesignerActionListCollection ActionLists { get; }
public System.ComponentModel.Design.DesignerActionListCollection? ActionLists { get; }
member this.ActionLists : System.ComponentModel.Design.DesignerActionListCollection
Public ReadOnly Property ActionLists As DesignerActionListCollection
プロパティ値
デザインされるコンポーネントに関連付けられたスマート タグを格納する DesignerActionListCollection。
注釈
基本実装では、単に文字列パラメーター "ActionLists" を使用して を呼び出 GetCommands します。