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 向其添加关联的智能标记。

适用于

另请参阅