共用方式為


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

適用於

另請參閱