WebFormsDesignerActionService.GetComponentDesignerActions メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネントに関連付けられたスマート タグ アイテムのリストを取得します。
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。