DesignerCommandSet.ActionLists プロパティ

定義

デザインされるコンポーネントに関連付けられたすべてのスマート タグのコレクションを取得します。

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

適用対象

こちらもご覧ください