Share via


WebFormsDesignerActionService.GetComponentDesignerActions メソッド

定義

コンポーネントに関連付けられたスマート タグ アイテムのリストを取得します。

protected:
 override void GetComponentDesignerActions(System::ComponentModel::IComponent ^ component, System::ComponentModel::Design::DesignerActionListCollection ^ actionLists);
protected override void GetComponentDesignerActions (System.ComponentModel.IComponent component, System.ComponentModel.Design.DesignerActionListCollection actionLists);
override this.GetComponentDesignerActions : System.ComponentModel.IComponent * System.ComponentModel.Design.DesignerActionListCollection -> unit
Protected Overrides Sub GetComponentDesignerActions (component As IComponent, actionLists As DesignerActionListCollection)

パラメーター

component
IComponent

デザイナーに関連付けられたコントロールへの参照。

actionLists
DesignerActionListCollection

関連付けられているスマート タグの追加先となる DesignerActionListCollection

適用対象

こちらもご覧ください